alexa-app
Version:
A module to simplify creation of Alexa (Amazon Echo) apps (Skills) using Node.js
22 lines (21 loc) • 398 B
JSON
{
"version": "string",
"context": {
"System": {
"application": {},
"user": {},
"device": {}
},
"AudioPlayer": {
"token": "string",
"offsetInMilliseconds": 0,
"playerActivity": "string"
}
},
"request": {
"type": "PlaybackController.PlayCommandIssued",
"requestId": "string",
"timestamp": "string",
"locale": "string"
}
}