{ "interactionModel": { "languageModel": { "invocationName": "linguini order", "intents": [ { "name": "AMAZON.CancelIntent", "samples": [] }, { "name": "AMAZON.HelpIntent", "samples": [] }, { "name": "AMAZON.StopIntent", "samples": [] }, { "name": "HelloWorldIntent", "slots": [], "samples": [ "hello", "how are you", "say hi world", "say hi", "hi", "say hello world", "say hello" ] }, { "name": "AMAZON.NavigateHomeIntent", "samples": [] }, { "name": "LinguiniOrderFoodIntent", "slots": [ { "name": "food_type", "type": "food_type" }, { "name": "food_category", "type": "food_category" } ], "samples": [ "add {food_type} {food_category}", "{food_type} {food_category}", "order {food_type} {food_category}", "add a {food_type} {food_category}", "order a {food_type} {food_category}" ] }, { "name": "LinguiniOrderDrinkIntent", "slots": [ { "name": "drink_type", "type": "drink_type" } ], "samples": [ "{drink_type}", "add {drink_type}", "order {drink_type}", "add a {drink_type}", "order a {drink_type}" ] }, { "name": "LinguiniOrderReviewIntent", "slots": [], "samples": [ "review please", "review" ] }, { "name": "LinguiniOrderFinishIntent", "slots": [], "samples": [ "Finish" ] }, { "name": "LinguiniOrderNothingIntent", "slots": [], "samples": [ "that is all", "that\u0027s all", "nothing else", "nothing" ] } ], "types": [ { "values": [ { "name": { "value": "pizzetta" } }, { "name": { "value": "pasta" } } ], "name": "food_category" }, { "values": [ { "name": { "value": "chicken alfredo" } }, { "name": { "value": "gardenia" } }, { "name": { "value": "carnivore" } }, { "name": { "value": "pepperoni" } }, { "name": { "value": "plain cheese" } } ], "name": "food_type" }, { "values": [ { "name": { "value": "beer" } }, { "name": { "value": "wine" } }, { "name": { "value": "juice" } }, { "name": { "value": "soda" } }, { "name": { "value": "water" } } ], "name": "drink_type" } ] } }, "version": "32" }