Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the model for Alexa #517

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 67 additions & 3 deletions models/alexaskill/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"interactionModel": {
"languageModel": {
"invocationName": "internet archive",
"modelConfiguration": {
"fallbackIntentSensitivity": {
"level": "LOW"
}
},
"intents": [
{
"name": "AMAZON.CancelIntent",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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}",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -37860,6 +37921,9 @@
"name": {
"value": "random",
"synonyms": [
"another",
"something",
"whatever",
"some",
"all",
"any",
Expand Down