Skip to content

Instantly share code, notes, and snippets.

@t04glovern
Created November 28, 2018 13:59
Show Gist options
  • Save t04glovern/3d65486eb7f5e17045dca14a764ad367 to your computer and use it in GitHub Desktop.
Save t04glovern/3d65486eb7f5e17045dca14a764ad367 to your computer and use it in GitHub Desktop.
alexa-random-quote.json
{
"interactionModel": {
"languageModel": {
"invocationName": "random quote generator",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
"name": "AMAZON.HelpIntent",
"samples": []
},
{
"name": "AMAZON.StopIntent",
"samples": []
},
{
"name": "AMAZON.FallbackIntent",
"samples": []
},
{
"name": "GetRandomQuoteIntent",
"samples": [
"a quote",
"a random quote",
"give me a quote",
"give me a random quote",
"tell me something",
"give me something"
],
"slots": []
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment