Last active
September 11, 2016 03:11
-
-
Save mnorelli/394eca2019754b1bdb38810658b38fa2 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"session": { | |
"sessionId": "SessionId.df299175-8ec4-4b07-9382-bb7430d0d134", | |
"application": { | |
"applicationId": "amzn1.ask.skill.e17499ee-cab5-4470-aa91-57e9410a2cd4" | |
}, | |
"attributes": {}, | |
"user": { | |
"userId": "amzn1.ask.account.AFP3ZWPOS2BGJR7OWJZ3DHPKMOMOVTLWQNM6ZZPMM4U4RIBAPAXYJSXSCWBKZLMGDXM5F427LXEKTT7KU4NUVOLBMQSTHN5ABSKQUQITSVFMLF4CE52N2V2HZPZDRXUV23JJ2DR3GS7D4GRSLBGNLUQEJGCK7YDPLD5MPGQLUIJT7L36N6ZBCOMGDPFBLCZ7MN3D6HLWILBLGBY" | |
}, | |
"new": true | |
}, | |
"request": { | |
"type": "IntentRequest", | |
"requestId": "EdwRequestId.c2376b88-1fe4-41a3-bbac-07528e02d329", | |
"locale": "en-US", | |
"timestamp": "2016-09-11T02:56:27Z", | |
"intent": { | |
"name": "NewGameIntent", | |
"slots": {} | |
} | |
}, | |
"version": "1.0" | |
} |
This file contains 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", | |
"response": { | |
"outputSpeech": { | |
"type": "PlainText", | |
"text": "New game started. Who's your first player?" | |
}, | |
"reprompt": { | |
"outputSpeech": { | |
"type": "PlainText", | |
"text": "Please tell me who's your first player?" | |
} | |
}, | |
"shouldEndSession": false | |
}, | |
"sessionAttributes": { | |
"currentGame": { | |
"players": [], | |
"scores": {} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment