Skip to content

Instantly share code, notes, and snippets.

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