Created
April 13, 2020 09:35
-
-
Save monoceros-tech/4b4026a33a02830d1313437ade4f34db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "IntentRequest", | |
"requestId": " amzn1.echo-api.request.0000000-0000-0000-0000-00000000000", | |
"timestamp": "2015-05-13T12:34:56Z", | |
"dialogState": "COMPLETED", | |
"locale": "string", | |
"intent": { | |
"name": "GetZodiacHoroscopeIntent", | |
"confirmationStatus": "NONE" | |
"slots": { | |
"ZodiacSign": { | |
"name": "ZodiacSign", | |
"value": "virgo", | |
"confirmationStatus": "NONE" | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment