-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
alexa-skills-kit-intent-answer.json
62 lines (62 loc) · 1.39 KB
/
alexa-skills-kit-intent-answer.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
{
"version": "1.0",
"session": {
"new": false,
"sessionId": "amzn1.echo-api.session.123456789012",
"application": {
"applicationId": "amzn1.ask.skill.987654321"
},
"attributes": {
"score": 0,
"currentQuestionIndex": 0,
"speechOutput": "Question 1. What was Rudolph's father's name? 1. Blixen. 2. Comet. 3. Donner. 4. Dasher. ",
"correctAnswerText": "Donner",
"repromptText": "Question 1. What was Rudolph's father's name? 1. Blixen. 2. Comet. 3. Donner. 4. Dasher. ",
"questions": [
16,
20,
29,
2,
19
],
"STATE": "_TRIVIAMODE",
"correctAnswerIndex": 3
},
"user": {
"userId": "amzn1.ask.account.testUser"
}
},
"context": {
"AudioPlayer": {
"playerActivity": "IDLE"
},
"System": {
"application": {
"applicationId": "amzn1.ask.skill.987654321"
},
"user": {
"userId": "amzn1.ask.account.testUser"
},
"device": {
"supportedInterfaces": {
"AudioPlayer": {}
}
}
}
},
"request": {
"type": "IntentRequest",
"requestId": "amzn1.echo-api.request.1234",
"timestamp": "2016-10-27T21:06:28Z",
"locale": "en-US",
"intent": {
"name": "AnswerIntent",
"slots": {
"Item": {
"name": "Answer",
"value": "1"
}
}
}
}
}