Skip to content

Instantly share code, notes, and snippets.

@monoceros-tech
Last active May 21, 2020 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monoceros-tech/2f023a965d9d75bfdd4ea932a6d1d2c6 to your computer and use it in GitHub Desktop.
Save monoceros-tech/2f023a965d9d75bfdd4ea932a6d1d2c6 to your computer and use it in GitHub Desktop.
CASES: A) The user says "exit" or "quit". B) The user does not respond or says something that does not match an intent defined in your voice interface while the device is listening for the user's response. C) An error occurs.
{
"version": "1.0",
"session": {
"new": false,
"sessionId": "amzn1.echo-api.session.0000000-0000-0000-0000-00000000000",
"application": {
"applicationId": "amzn1.echo-sdk-ams.app.000000-d0ed-0000-ad00-000000d00ebe"
},
"attributes": {
"supportedHoroscopePeriods": {
"daily": true,
"weekly": false,
"monthly": false
}
},
"user": {
"userId": "amzn1.account.AM3B00000000000000000000000"
}
},
"context": {
"System": {
"application": {
"applicationId": "amzn1.echo-sdk-ams.app.000000-d0ed-0000-ad00-000000d00ebe"
},
"user": {
"userId": "amzn1.account.AM3B00000000000000000000000"
},
"device": {
"supportedInterfaces": {
"AudioPlayer": {}
}
}
},
"AudioPlayer": {
"offsetInMilliseconds": 0,
"playerActivity": "IDLE"
}
},
"request": {
"type": "SessionEndedRequest",
"requestId": "amzn1.echo-api.request.0000000-0000-0000-0000-00000000000",
"timestamp": "2015-05-13T12:34:56Z",
"reason": "USER_INITIATED",
"locale": "string"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment