-
Notifications
You must be signed in to change notification settings - Fork 0
/
event.json
42 lines (42 loc) · 970 Bytes
/
event.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"session": {
"new": false,
"sessionId": "amzn1.echo-api.session.123456",
"attributes": {},
"user": {
"userId": "amzn1.ask.account.123456ABCDEF"
},
"application": {
"applicationId": "amzn1.ask.skill.12345678-1234-1234-1234"
}
},
"version": "1.0",
"request": {
"locale": "de-DE",
"timestamp": "2016-10-27T21:06:28Z",
"type": "IntentRequest",
"requestId": "amzn1.echo-api.request.1234",
"intent": {
"slots": { "firstword": { "value": "Hot" }, "secondword": { "value": "Top" }},
"name": "Turn"
}
},
"context": {
"AudioPlayer": {
"playerActivity": "IDLE"
},
"System": {
"device": {
"supportedInterfaces": {
"AudioPlayer": {}
}
},
"application": {
"applicationId": "amzn1.ask.skill.c8d492bd-97cd-4a18-94f8-78be508663a3"
},
"user": {
"userId": "amzn1.ask.account.123456ABCDEF"
}
}
}
}