Skip to content

Instantly share code, notes, and snippets.

@elbruno
Created January 30, 2018 00:59
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 elbruno/c61c60fcd3e971bf98064c765eae0bb1 to your computer and use it in GitHub Desktop.
Save elbruno/c61c60fcd3e971bf98064c765eae0bb1 to your computer and use it in GitHub Desktop.
AlexaSkillResponseForHelp
{
"version": "1.0",
"response": {
"outputSpeech": {
"text": "Intent called AMAZON.HelpIntent.",
"type": "PlainText"
},
"speechletResponse": {
"outputSpeech": {
"text": "Intent called AMAZON.HelpIntent."
},
"shouldEndSession": true
}
},
"sessionAttributes": {
"intentSequence": "GetEventInformationIntent;GetEventInformationIntent;AMAZON.HelpIntent",
"EventTopic": "hololens"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment