This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "test", | |
"created": "2016-09-09T13:02:22.734Z", | |
"intents": [ | |
{ | |
"intent": "turn_off", | |
"created": "2016-09-09T14:21:45.138Z", | |
"examples": [ | |
{ | |
"text": "break", | |
"created": "2016-09-09T14:21:45.138Z" | |
}, | |
{ | |
"text": "destroy", | |
"created": "2016-09-09T14:21:45.138Z" | |
}, | |
{ | |
"text": "stop", | |
"created": "2016-09-09T14:21:45.138Z" | |
}, | |
{ | |
"text": "switch off", | |
"created": "2016-09-09T14:21:45.138Z" | |
}, | |
{ | |
"text": "turn off", | |
"created": "2016-09-09T14:21:45.138Z" | |
} | |
], | |
"description": null | |
}, | |
{ | |
"intent": "turn_on", | |
"created": "2016-09-09T13:03:09.156Z", | |
"examples": [ | |
{ | |
"text": "switch", | |
"created": "2016-09-09T13:18:45.609Z" | |
}, | |
{ | |
"text": "switch on", | |
"created": "2016-09-09T13:18:39.718Z" | |
}, | |
{ | |
"text": "turn", | |
"created": "2016-09-09T13:18:52.055Z" | |
}, | |
{ | |
"text": "turn on", | |
"created": "2016-09-09T13:18:01.342Z" | |
}, | |
{ | |
"text": "turn on the", | |
"created": "2016-09-09T13:19:12.850Z" | |
} | |
], | |
"description": null | |
} | |
], | |
"updated": "2016-09-09T15:06:28.935Z", | |
"entities": [ | |
{ | |
"entity": "lights", | |
"values": [ | |
{ | |
"value": "light", | |
"created": "2016-09-09T13:19:28.282Z", | |
"metadata": null, | |
"synonyms": [] | |
}, | |
{ | |
"value": "lights", | |
"created": "2016-09-09T13:19:21.371Z", | |
"metadata": null, | |
"synonyms": [] | |
} | |
], | |
"created": "2016-09-09T13:18:11.708Z", | |
"open_list": false, | |
"description": null | |
}, | |
{ | |
"entity": "lights_off", | |
"values": [], | |
"created": "2016-09-09T13:06:16.910Z", | |
"open_list": false, | |
"description": null | |
}, | |
{ | |
"entity": "lights_on", | |
"values": [], | |
"created": "2016-09-09T13:06:09.920Z", | |
"open_list": false, | |
"description": null | |
} | |
], | |
"language": "en", | |
"metadata": null, | |
"description": null, | |
"dialog_nodes": [ | |
{ | |
"go_to": null, | |
"output": { | |
"text": "I don't understand you" | |
}, | |
"parent": null, | |
"context": null, | |
"created": "2016-09-09T13:06:54.063Z", | |
"metadata": null, | |
"conditions": "anything_else", | |
"description": null, | |
"dialog_node": "node_2_1473426413830", | |
"previous_sibling": "node_10_1473430911546" | |
}, | |
{ | |
"go_to": null, | |
"output": { | |
"text": "I don't understand you" | |
}, | |
"parent": "node_10_1473430911546", | |
"context": null, | |
"created": "2016-09-09T14:22:25.187Z", | |
"metadata": null, | |
"conditions": "true", | |
"description": null, | |
"dialog_node": "node_12_1473430944955", | |
"previous_sibling": "node_11_1473430931686" | |
}, | |
{ | |
"go_to": null, | |
"output": { | |
"text": "Lights Off" | |
}, | |
"parent": "node_10_1473430911546", | |
"context": null, | |
"created": "2016-09-09T14:22:11.893Z", | |
"metadata": null, | |
"conditions": "@lights", | |
"description": null, | |
"dialog_node": "node_11_1473430931686", | |
"previous_sibling": null | |
}, | |
{ | |
"go_to": null, | |
"output": { | |
"text": "Lights On" | |
}, | |
"parent": "node_1_1473426340155", | |
"context": null, | |
"created": "2016-09-09T14:20:26.248Z", | |
"metadata": null, | |
"conditions": "@lights", | |
"description": null, | |
"dialog_node": "node_9_1473430826052", | |
"previous_sibling": null | |
}, | |
{ | |
"go_to": { | |
"return": null, | |
"selector": "condition", | |
"dialog_node": "node_11_1473430931686" | |
}, | |
"output": { | |
"text": "What to turn off?" | |
}, | |
"parent": null, | |
"context": null, | |
"created": "2016-09-09T14:21:51.782Z", | |
"metadata": null, | |
"conditions": "#turn_off", | |
"description": null, | |
"dialog_node": "node_10_1473430911546", | |
"previous_sibling": "node_1_1473426340155" | |
}, | |
{ | |
"go_to": { | |
"return": null, | |
"selector": "condition", | |
"dialog_node": "node_9_1473430826052" | |
}, | |
"output": { | |
"text": "What to turn on?" | |
}, | |
"parent": null, | |
"context": null, | |
"created": "2016-09-09T13:05:40.429Z", | |
"metadata": null, | |
"conditions": "#turn_on", | |
"description": null, | |
"dialog_node": "node_1_1473426340155", | |
"previous_sibling": null | |
} | |
], | |
"workspace_id": "6ce78200-a71b-4005-acd6-8b3ea882fa3b" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment