{ "intents": [ { "intent": "ChangePin", "examples": [ { "text": "Can you help me changing the pin of my card?" }, { "text": "I have to change the PIN of my card" }, { "text": "i need a new pin" }, { "text": "I would like to set a new pin" } ], "description": "Change the PIN of the credit card" }, { "intent": "Lost-Card", "examples": [ { "text": "card is missing" }, { "text": "card isn't in my wallet" }, { "text": "couldn't find my card" }, { "text": "Lost my card" }, { "text": "need help with my missing card" } ], "description": "Can't find my card" } ], "entities": [], "metadata": { "api_version": { "major_version": "v2", "minor_version": "2018-11-08" } }, "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": "Welcome", "disambiguation_opt_out": true }, { "type": "standard", "title": "Welcome", "output": { "generic": [ { "values": [ { "text": "Hello. How can I help you?" } ], "response_type": "text", "selection_policy": "sequential" } ] }, "conditions": "welcome", "dialog_node": "Welcome" } ], "counterexamples": [], "system_settings": { "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" }, "human_agent_assist": { "prompt": "Did you mean:" }, "intent_classification": { "training_backend_version": "v2" }, "spelling_auto_correct": true }, "learning_opt_out": false, "name": "Credit Card", "language": "en", "description": "" }