{ "intents": [ { "intent": "Hello-messages", "examples": [ { "text": "Hello" } ], "description": "This contains hello, hi messages." } ], "entities": [], "metadata": { "api_version": { "major_version": "v2", "minor_version": "2018-11-08" }, "from-sample": true }, "dialog_nodes": [ { "type": "standard", "title": "Anything else", "output": { "generic": [ { "values": [ { "text": "I didn't understand. You can try rephrasing." }, { "text": "Can you reword your statement? I'm not understanding." }, { "text": "I didn't get your meaning." } ], "response_type": "text", "selection_policy": "sequential" } ] }, "conditions": "anything_else", "dialog_node": "Anything else", "previous_sibling": "node_5_1600512941197", "disambiguation_opt_out": true }, { "type": "standard", "output": { "generic": [ { "values": [ { "text": "Hi ! How can I help you ?" } ], "response_type": "text", "selection_policy": "sequential" } ] }, "conditions": "#Hello-messages", "dialog_node": "node_5_1600512941197", "previous_sibling": "Welcome" }, { "type": "standard", "title": "Welcome", "output": { "generic": [ { "values": [ { "text": "Welcome to our Services" } ], "response_type": "text", "selection_policy": "sequential" } ] }, "conditions": "welcome", "dialog_node": "Welcome" } ], "counterexamples": [], "system_settings": { "off_topic": { "enabled": true }, "disambiguation": { "prompt": "Did you mean:", "enabled": true, "randomize": true, "max_suggestions": 5, "suggestion_text_policy": "title", "none_of_the_above_prompt": "None of the above" }, "system_entities": { "enabled": true }, "human_agent_assist": { "prompt": "Did you mean:" }, "spelling_auto_correct": true }, "learning_opt_out": false, "name": "My first skill", "language": "en", "description": "" }