Skip to content

Instantly share code, notes, and snippets.

@jjoocceeee
Created September 7, 2019 20:28
Show Gist options
  • Select an option

  • Save jjoocceeee/bfa635b40e09e80569f04febf445e8b7 to your computer and use it in GitHub Desktop.

Select an option

Save jjoocceeee/bfa635b40e09e80569f04febf445e8b7 to your computer and use it in GitHub Desktop.
Alexa Event
{
"version": "1.0",
"session": {
"new": false,
"sessionId": "REPLACE_ME",
"application": {
"applicationId": "REPLACE_ME"
},
"user": {
"userId": "REPLACE_ME"
}
},
"context": {
"System": {
"application": {
"applicationId": "REPLACE_ME"
},
"user": {
"userId": "REPLACE_ME"
},
"device": {
"deviceId": "REPLACE_ME",
"supportedInterfaces": {}
},
"apiEndpoint": "https://api.amazonalexa.com",
"apiAccessToken": "REPLACE_ME"
},
"Viewport": {
"experiences": [
{
"arcMinuteWidth": 246,
"arcMinuteHeight": 144,
"canRotate": false,
"canResize": false
}
],
"shape": "RECTANGLE",
"pixelWidth": 1024,
"pixelHeight": 600,
"dpi": 160,
"currentPixelWidth": 1024,
"currentPixelHeight": 600,
"touch": [
"SINGLE"
],
"video": {
"codecs": [
"H_264_42",
"H_264_41"
]
}
}
},
"request": {
"type": "IntentRequest",
"requestId": "REPLACE_ME",
"timestamp": "2019-08-20T01:12:50Z",
"locale": "en-US",
"intent": {
"name": "TodaysHolidayIntent",
"confirmationStatus": "NONE"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment