Alexa-Sickbeard/event.json

28 lines
540 B
JSON
Raw Normal View History

2016-03-27 16:22:50 -04:00
{
"session": {
"sessionId": "SessionId.1234",
"application": {
"applicationId": "amzn1.echo-sdk-ams.app.1234"
},
"user": {
"userId": "amzn1.echo-sdk-account.1234"
},
"new": true
},
"request": {
"type": "IntentRequest",
"requestId": "EdwRequestId.1234",
"timestamp": "2016-01-01T00:00:00Z",
"intent": {
"name": "AddShow",
"slots": {
"showName": {
"name": "showName",
"value": "silicon valley"
}
}
}
},
"version": "1.0"
}