Created
January 8, 2020 12:07
-
-
Save vidanov/e94638f413d00a085bc5033cc2020771 to your computer and use it in GitHub Desktop.
en-US.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"interactionModel": { | |
"languageModel": { | |
"invocationName": "personality quiz", | |
"intents": [ | |
{ | |
"name": "AMAZON.CancelIntent", | |
"samples": [] | |
}, | |
{ | |
"name": "AMAZON.HelpIntent", | |
"samples": [] | |
}, | |
{ | |
"name": "AMAZON.NoIntent", | |
"samples": [] | |
}, | |
{ | |
"name": "AMAZON.RepeatIntent", | |
"samples": [] | |
}, | |
{ | |
"name": "AMAZON.StopIntent", | |
"samples": [] | |
}, | |
{ | |
"name": "AMAZON.YesIntent", | |
"samples": [] | |
}, | |
{ | |
"name": "UndecisiveIntent", | |
"slots": [], | |
"samples": [ | |
"I don't know", | |
"No idea", | |
"um", | |
"well", | |
"I'm not sure", | |
"I have no idea", | |
"ask me something else", | |
"I don't want to answer", | |
"none of your business" | |
] | |
}, | |
{ | |
"name": "AMAZON.NavigateHomeIntent", | |
"samples": [] | |
}, | |
{ | |
"name": "AMAZON.MoreIntent", | |
"samples": [] | |
}, | |
{ | |
"name": "AMAZON.NavigateSettingsIntent", | |
"samples": [] | |
}, | |
{ | |
"name": "AMAZON.NextIntent", | |
"samples": [] | |
}, | |
{ | |
"name": "AMAZON.PageUpIntent", | |
"samples": [] | |
}, | |
{ | |
"name": "AMAZON.PageDownIntent", | |
"samples": [] | |
}, | |
{ | |
"name": "AMAZON.PreviousIntent", | |
"samples": [] | |
}, | |
{ | |
"name": "AMAZON.ScrollRightIntent", | |
"samples": [] | |
}, | |
{ | |
"name": "AMAZON.ScrollDownIntent", | |
"samples": [] | |
}, | |
{ | |
"name": "AMAZON.ScrollLeftIntent", | |
"samples": [] | |
}, | |
{ | |
"name": "AMAZON.ScrollUpIntent", | |
"samples": [] | |
} | |
], | |
"types": [] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment