-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalexa_librarysearch_intent_event.json
63 lines (63 loc) · 1.77 KB
/
alexa_librarysearch_intent_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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"version": "1.0",
"session": {
"new": true,
"sessionId": "amzn1.echo-api.session.3e338c2a-1263-496a-8d7d-afa991e4c8ba",
"application": {
"applicationId": "amzn1.ask.skill.id"
},
"attributes": {
"location":
{"postalCode": "77062"}
},
"user": {
"userId": "amzn1.ask.account.account"
}
},
"context": {
"System": {
"application": {
"applicationId": "amzn1.ask.skill.id"
},
"user": {
"userId": "amzn1.ask.account.account"
},
"device": {
"deviceId": "amzn1.ask.device.device",
"supportedInterfaces": {}
},
"apiEndpoint": "https://api.amazonalexa.com",
"apiAccessToken": "someToken"
},
"Viewport": {
"experiences": [
{
"arcMinuteWidth": 246,
"arcMinuteHeight": 144,
"canRotate": false,
"canResize": false
}
],
"shape": "RECTANGLE",
"pixelWidth": 1024,
"pixelHeight": 600,
"dpi": 160,
"currentPixelWidth": 1024,
"currentPixelHeight": 600,
"touch": [
"SINGLE"
]
}
},
"request": {
"type": "IntentRequest",
"requestId": "amzn1.echo-api.request.1d4f6406-a85a-4053-8cc8-e4b09b6cc030",
"timestamp": "2018-12-12T19:13:20Z",
"dialogState": "string",
"locale": "en-US",
"intent": {
"name": "LibrarySearchIntent",
"confirmationStatus": "NONE"
}
}
}