Skip to content

Instantly share code, notes, and snippets.

@myke11j
Last active December 6, 2018 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myke11j/39a1e2246a42f2b78f175a9db5a5f9b1 to your computer and use it in GitHub Desktop.
Save myke11j/39a1e2246a42f2b78f175a9db5a5f9b1 to your computer and use it in GitHub Desktop.
Alexa user Account Linking using AWS Cognito - Alexa Skill intent schema
{
"interactionModel": {
"languageModel": {
"invocationName": "dummy skill",
"intents": [
{
"name": "AMAZON.FallbackIntent",
"samples": []
},
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
"name": "AMAZON.HelpIntent",
"samples": []
},
{
"name": "AMAZON.StopIntent",
"samples": []
},
{
"name": "AMAZON.NavigateHomeIntent",
"samples": []
}
],
"types": []
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment