Alexa-Couchpotato/test_events/couch_potato_add_movie.json
2016-03-27 14:36:20 -04:00

28 lines
542 B
JSON

{
"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": "AddMovie",
"slots": {
"movieName": {
"name": "movieName",
"value": "the godfather"
}
}
}
},
"version": "1.0"
}