UNPKG

rapid-intent-builder

Version:

Rapid intent builder for quick prototyping/development of complex intent/s

58 lines (57 loc) 1.5 kB
{ "interactionModel": { "languageModel": { "invocationName": "story", "intents": [ { "name": "greeting", "samples": [ "Hello how are you?", "Hello", "Hey how are you?", "Hey", "Howdy how are you?", "Howdy", "Hello how are you?", "Hello" ], "slots": [] }, { "name": "news", "samples": [ "Todays News", "News", "Whats the top story ?", "Whats the top story", "Whats the top news ?", "Whats the top news", "Whats going on today", "Whats going on" ], "slots": [] }, { "name": "weather", "samples": [ "Weather", "Whats the weather like ?", "Whats the weather like", "Whats the weather looking ?", "Whats the weather looking", "Whats the weather forecast ?", "Whats the weather forecast", "Hows the weather like ?", "Hows the weather like", "Hows the weather looking ?", "Hows the weather looking", "Hows the weather forecast ?", "Hows the weather forecast" ], "slots": [] } ], "types": [] } } }