Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.36 KB | None | 0 0
  1. {
  2.   "name":"Regex Stackoverflow answer",
  3.   "created":"2017-02-20T20:32:05.261Z",
  4.   "intents":[],
  5.   "updated":"2017-02-20T20:52:58.579Z",
  6.   "entities":[{
  7.       "type":null,
  8.       "entity":"sys-number",
  9.       "source":"system.entities",
  10.       "values":[],
  11.       "created":"2017-02-20T20:32:14.198Z",
  12.       "updated":"2017-02-20T20:32:14.198Z",
  13.       "open_list":false,
  14.       "description":null
  15.     }
  16.   ],
  17.   "language":"en",
  18.   "metadata":null,
  19.   "description":null,
  20.   "dialog_nodes":[{
  21.       "go_to":null,
  22.       "output":{
  23.         "text":{
  24.           "values":["Added number <? @sys-number ?> to context variable xxx."
  25.           ],
  26.           "selection_policy":"sequential"
  27.         }
  28.       },
  29.       "parent":null,
  30.       "context":{
  31.         "xxx":"<? @sys-number ?>"
  32.       },
  33.       "created":"2017-02-20T20:32:59.569Z",
  34.       "updated":"2017-02-20T20:36:05.197Z",
  35.       "metadata":null,
  36.       "conditions":"@sys-number",
  37.       "description":null,
  38.       "dialog_node":"node_6_1487622779355",
  39.       "previous_sibling":"node_9_1487623083844"
  40.     },
  41.     {
  42.       "go_to":null,
  43.       "output":{
  44.         "text":{
  45.           "values":["Enter in a number."
  46.           ],
  47.           "selection_policy":"sequential"
  48.         }
  49.       },
  50.       "parent":null,
  51.       "context":null,
  52.       "created":"2017-02-20T20:32:28.917Z",
  53.       "updated":"2017-02-20T20:34:23.559Z",
  54.       "metadata":null,
  55.       "conditions":"conversation_start",
  56.       "description":null,
  57.       "dialog_node":"node_4_1487622752820",
  58.       "previous_sibling":null
  59.     },
  60.     {
  61.       "go_to":null,
  62.       "output":{
  63.         "text":{
  64.           "values":["loaded variable xxx with <? input.text.extract('^\\d.\\d{11}.*?',0) ?>"
  65.           ],
  66.           "selection_policy":"sequential"
  67.         }
  68.       },
  69.       "parent":null,
  70.       "context":{
  71.         "xxx":"<? input.text.extract('^[^\\d].*?\\d{11}.*?',0) ?>"
  72.       },
  73.       "created":"2017-02-20T20:38:04.063Z",
  74.       "updated":"2017-02-20T20:52:35.577Z",
  75.       "metadata":null,
  76.       "conditions":"input.text.matches('^[^\\\\d].*?\\\\d{11}.*?')",
  77.       "description":null,
  78.       "dialog_node":"node_9_1487623083844",
  79.       "previous_sibling":"node_4_1487622752820"
  80.     },
  81.     {
  82.       "go_to":null,
  83.       "output":{
  84.         "text":{
  85.           "values":["You need to say a number first to load the context variable."
  86.           ],
  87.           "selection_policy":"sequential"
  88.         }
  89.       },
  90.       "parent":null,
  91.       "context":null,
  92.       "created":"2017-02-20T20:32:33.380Z",
  93.       "updated":"2017-02-20T20:35:20.245Z",
  94.       "metadata":null,
  95.       "conditions":"anything_else",
  96.       "description":null,
  97.       "dialog_node":"node_7_1487622909363",
  98.       "previous_sibling":"node_8_1487622930500"
  99.     },
  100.     {
  101.       "go_to":null,
  102.       "output":{
  103.         "text":{
  104.           "values":["Stored number is $xxx .",
  105.             "Stored number is <? context.xxx ?>"
  106.           ],
  107.           "selection_policy":"sequential"
  108.         }
  109.       },
  110.       "parent":null,
  111.       "context":null,
  112.       "created":"2017-02-20T20:35:30.737Z",
  113.       "updated":"2017-02-20T20:36:52.655Z",
  114.       "metadata":null,
  115.       "conditions":"$xxx",
  116.       "description":null,
  117.       "dialog_node":"node_8_1487622930500",
  118.       "previous_sibling":"node_6_1487622779355"
  119.     }
  120.   ],
  121.   "workspace_id":"1ea6aae4-b3d4-4262-ae06-fffce59efc80",
  122.   "counterexamples":[]
  123. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement