alexa-app
Version:
A module to simplify creation of Alexa (Amazon Echo) apps (Skills) using Node.js
30 lines (29 loc) • 848 B
JSON
{
"version": "1.0",
"request": {
"type": "AudioPlayer.PlaybackFailed",
"requestId": "amzn1.echo-api.request.9cdaa4db-f20e-4c58-8d01-c75322d6c423",
"timestamp": "2015-05-13T12:34:56Z",
"token": "THIS_IS_SOME_RANDOM_STRING",
"locale": "en-US",
"error": {
"type": "MEDIA_ERROR_INTERNAL_SERVER_ERROR",
"message": "Alexa accepted the request, but was unable to process the request as expected."
},
"currentPlaybackState": {
"token": "THIS_IS_SOME_OTHER_RANDOM_STRING",
"offsetInMilliseconds": 1234567,
"playerActivity": "PLAYING"
}
},
"context": {
"System": {
"user": {
"userId": "amzn1.account.AM3B227HF3FAM1B261HK7FFM3A2"
},
"application": {
"applicationId": "amzn1.echo-sdk-ams.app.000000-d0ed-0000-ad00-000000d00ebe"
}
}
}
}