Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. {
  2. "name": "testecho OW",
  3. "created": "2017-06-26T09:51:41.080Z",
  4. "intents": [
  5. {
  6. "intent": "hello",
  7. "created": "2017-06-26T09:57:30.209Z",
  8. "updated": "2017-06-26T10:01:01.372Z",
  9. "examples": [
  10. {
  11. "text": "hi",
  12. "created": "2017-06-26T10:01:01.372Z",
  13. "updated": "2017-06-26T10:01:01.372Z"
  14. }
  15. ],
  16. "description": null
  17. }
  18. ],
  19. "updated": "2017-07-04T15:14:49.538Z",
  20. "entities": [
  21. {
  22. "entity": "fruit",
  23. "values": [
  24. {
  25. "value": "apple",
  26. "created": "2017-06-26T10:01:19.273Z",
  27. "updated": "2017-06-26T10:01:19.273Z",
  28. "metadata": null,
  29. "synonyms": []
  30. }
  31. ],
  32. "created": "2017-06-26T10:01:16.389Z",
  33. "updated": "2017-06-26T10:01:19.273Z",
  34. "metadata": null,
  35. "description": null
  36. }
  37. ],
  38. "language": "en",
  39. "metadata": null,
  40. "description": "",
  41. "dialog_nodes": [
  42. {
  43. "title": null,
  44. "output": {
  45. "text": {
  46. "values": [
  47. "Hello. How can I help you?"
  48. ],
  49. "selection_policy": "sequential"
  50. }
  51. },
  52. "parent": null,
  53. "context": null,
  54. "created": "2017-06-26T09:55:14.951Z",
  55. "updated": "2017-06-26T09:55:14.951Z",
  56. "metadata": null,
  57. "next_step": null,
  58. "conditions": "welcome",
  59. "description": null,
  60. "dialog_node": "Welcome",
  61. "previous_sibling": null
  62. },
  63. {
  64. "title": null,
  65. "output": {
  66. "text": {
  67. "values": [
  68. "I didn't understand. You can try rephrasing.",
  69. "Can you reword your statement? I'm not understanding.",
  70. "I didn't get your meaning."
  71. ],
  72. "selection_policy": "sequential"
  73. }
  74. },
  75. "parent": null,
  76. "context": null,
  77. "created": "2017-06-26T09:55:14.951Z",
  78. "updated": "2017-06-26T09:55:14.951Z",
  79. "metadata": null,
  80. "next_step": null,
  81. "conditions": "anything_else",
  82. "description": null,
  83. "dialog_node": "Anything else",
  84. "previous_sibling": "node_8_1498471018765"
  85. },
  86. {
  87. "type": "frame",
  88. "title": null,
  89. "output": {},
  90. "parent": null,
  91. "context": null,
  92. "created": "2017-06-26T09:56:58.095Z",
  93. "updated": "2017-06-26T09:57:42.762Z",
  94. "metadata": null,
  95. "next_step": null,
  96. "conditions": "#hello",
  97. "description": null,
  98. "dialog_node": "node_8_1498471018765",
  99. "previous_sibling": "Welcome"
  100. },
  101. {
  102. "type": "event_handler",
  103. "title": null,
  104. "output": {
  105. "text": "what fruit"
  106. },
  107. "parent": "slot_9_1498471065428",
  108. "context": null,
  109. "created": "2017-06-26T09:57:45.604Z",
  110. "updated": "2017-06-26T10:00:42.358Z",
  111. "metadata": null,
  112. "next_step": null,
  113. "conditions": null,
  114. "event_name": "focus",
  115. "description": null,
  116. "dialog_node": "handler_11_1498471065428",
  117. "previous_sibling": "handler_10_1498471065428"
  118. },
  119. {
  120. "type": "slot",
  121. "title": null,
  122. "output": null,
  123. "parent": "node_8_1498471018765",
  124. "context": null,
  125. "created": "2017-06-26T09:57:42.807Z",
  126. "updated": "2017-06-26T10:00:42.035Z",
  127. "metadata": null,
  128. "variable": "$fruit",
  129. "next_step": null,
  130. "conditions": null,
  131. "description": null,
  132. "dialog_node": "slot_9_1498471065428",
  133. "previous_sibling": null
  134. },
  135. {
  136. "type": "event_handler",
  137. "title": null,
  138. "output": null,
  139. "parent": "slot_9_1498471065428",
  140. "actions": [
  141. {
  142. "name": "/whisk.system/utils/echo",
  143. "type": "server",
  144. "parameters": {
  145. "message": "foo",
  146. "openwhisk_user": "",
  147. "openwhisk_password": ""
  148. },
  149. "result_variable": "context.ow_result"
  150. }
  151. ],
  152. "context": {
  153. "fruit": "@fruit"
  154. },
  155. "created": "2017-06-26T09:57:44.277Z",
  156. "updated": "2017-06-26T10:00:44.208Z",
  157. "metadata": null,
  158. "next_step": null,
  159. "conditions": "@fruit",
  160. "event_name": "input",
  161. "description": null,
  162. "dialog_node": "handler_10_1498471065428",
  163. "previous_sibling": null
  164. }
  165. ],
  166. "workspace_id": "b6ce9287-3efc-492b-b5b9-0f2413f29544",
  167. "counterexamples": [],
  168. "learning_opt_out": null
  169. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement