diff --git a/models/alexaskill/en-US.json b/models/alexaskill/en-US.json index b3da9077..1b8c62ee 100644 --- a/models/alexaskill/en-US.json +++ b/models/alexaskill/en-US.json @@ -2,6 +2,11 @@ "interactionModel": { "languageModel": { "invocationName": "internet archive", + "modelConfiguration": { + "fallbackIntentSensitivity": { + "level": "LOW" + } + }, "intents": [ { "name": "AMAZON.CancelIntent", @@ -10,6 +15,9 @@ { "name": "AMAZON.HelpIntent", "samples": [ + "how to use this skill", + "how to use this", + "tell me how to use it", "what can you do", "what can you perform", "what can you play", @@ -57,6 +65,13 @@ } ], "samples": [ + "what {MEDIA_TYPE} am i listening to", + "name the {MEDIA_TYPE}", + " tell me about the {MEDIA_TYPE} ", + " need the name of this {MEDIA_TYPE} ", + "tell me the name of the {MEDIA_TYPE} that you are playing", + "what are you playing right now", + "what are you playing", "what is playing", "what is playing right now", "what is it", @@ -114,10 +129,28 @@ { "name": "SUBJECT..IA", "type": "GENRES_IA" + }, + { + "name": "COVERAGE", + "type": "AMAZON.US_CITY" } ], "samples": [ - "play {YEAR} songs", + "play {ORDER_BY} from the {YEAR}", + "play {ORDER_BY} else", + "play me {ORDER_BY} song", + "play {ORDER_BY} you want", + "{ORDER_BY} you want", + "play {ORDER_BY} right", + "play {ORDER_BY}", + "I would like to listen to the {CREATOR}", + "play some {CREATOR} for me", + "play {ORDER_BY} {YEAR} {SUBJECT}", + "play {YEAR} {SUBJECT}", + "play {ORDER_BY} music from {COVERAGE} from the year {YEAR}", + "play {ORDER_BY} from {COVERAGE} in {YEAR}", + "play music from {COVERAGE} {YEAR}", + "play {COVERAGE} {YEAR}", "play {ORDER_BY} {SUBJECT}", "play {SUBJECT} from {COLLECTION_ID}", "play {COLLECTION_ID} {SUBJECT..IA}", @@ -160,11 +193,21 @@ { "name": "YEAR", "type": "AMAZON.FOUR_DIGIT_NUMBER" + }, + { + "name": "ORDER_BY", + "type": "ORDERS" } ], "samples": [ - "play {COLLECTION_ID}", + "play me {ORDER_BY} {COLLECTION_ID} music", + "play me {ORDER_BY} {COLLECTION_ID}", + "play me {COLLECTION_ID}", + "listen to {COLLECTION_ID} music", + "listen to {COLLECTION_ID}", "play {COLLECTION_ID} music", + "play {COLLECTION_ID}", + "play {ORDER_BY} {COLLECTION_ID}", "choose {COLLECTION_ID} music", "select {COLLECTION_ID} music", "{COLLECTION_ID} music", @@ -252,7 +295,21 @@ }, { "name": "AMAZON.FallbackIntent", - "samples": [] + "samples": [ + "youtube", + "spotify", + "set an alarm", + "book my tickets", + "play movies", + "movies", + "send a message", + "how far are we", + "what time is it", + "open spotify", + "open youtube", + "open whatsapp", + "what is the weather" + ] }, { "name": "AMAZON.LoopOffIntent", @@ -306,6 +363,10 @@ "name": "Recommend", "slots": [], "samples": [ + "suggest some music", + "suggest something", + "suggest me a song", + "suggest a song", "recommend a song", "recommend me a song", "recommend some music to me", @@ -37860,6 +37921,9 @@ "name": { "value": "random", "synonyms": [ + "another", + "something", + "whatever", "some", "all", "any",