-
Notifications
You must be signed in to change notification settings - Fork 13
/
en-US.json
245 lines (245 loc) · 9.1 KB
/
en-US.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
{
"interactionModel": {
"languageModel": {
"invocationName": "premium facts sample",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
"name": "AMAZON.HelpIntent",
"samples": [
"help me"
]
},
{
"name": "AMAZON.StopIntent",
"samples": []
},
{
"name": "AMAZON.YesIntent",
"samples": []
},
{
"name": "AMAZON.NoIntent",
"samples": []
},
{
"name": "GetFactIntent",
"slots": [],
"samples": [
"read fact",
"read a fact",
"Tell me a fact",
"Give me a fact"
]
},
{
"name": "GetCategoryFactIntent",
"slots": [
{
"name": "factCategory",
"type": "factType",
"samples": [
"{factCategory} fact",
"{factCategory}"
]
}
],
"samples": [
"I want a {factCategory} fact",
"{factCategory} fact",
"Tell me a {factCategory} fact",
"Get me a {factCategory} fact"
]
},
{
"name": "ShoppingIntent",
"slots": [],
"samples": [
"I want to purchase",
"I want to buy",
"what could i buy",
"can i buy something",
"i want to buy something",
"what is available to buy",
"what can i buy"
]
},
{
"name": "BuyIntent",
"slots": [
{
"name": "productCategory",
"type": "factType"
}
],
"samples": [
"subscribe for all access",
"subscribe for all access pack",
"subscribe to all access",
"buy all access",
"subscribe all access pack",
"subscribe to all access pack",
"buy all access subscription",
"I want to buy all access subscription",
"i want to buy all access pack",
"let's buy {productCategory} pack",
"how do i buy {productCategory} pack",
"Can I buy {productCategory} pack",
"purchase {productCategory} pack ",
"buy {productCategory} pack",
"I want to buy {productCategory} pack"
]
},
{
"name": "CancelSubscriptionIntent",
"slots": [
{
"name": "productCategory",
"type": "factType"
}
],
"samples": [
"cancel {productCategory} fact",
"cancel all access",
"cancel subscription",
"cancel all access subscription",
"Cancel all access pack",
"Cancel {productCategory} pack"
]
},
{
"name": "ProductDetailIntent",
"slots": [
{
"name": "productCategory",
"type": "factType",
"samples": [
"{productCategory} pack",
"Tell me about a {productCategory} pack",
"Tell me about the {productCategory} pack",
"Tell me about {productCategory} pack"
]
},
{
"name": "allAccess",
"type": "allAccessType",
"samples": [
"{allAccess} pack",
"Tell me about a {allAccess} pack",
"Tell me about the {allAccess} pack",
"Tell me about {allAccess} pack"
]
}
],
"samples": [
"tell me more about {productCategory} pack",
"tell me more about the {productCategory} pack",
"tell me more about {productCategory} product",
"tell me about {productCategory} product",
"Tell me about {productCategory} pack",
"tell me more about {allAccess} pack",
"tell me more about the {allAccess} pack",
"tell me more about {allAccess} product",
"tell me about {allAccess} product",
"Tell me about {allAccess} pack"
]
},
{
"name": "AMAZON.FallbackIntent",
"samples": []
}
],
"types": [
{
"name": "factType",
"values": [
{
"name": {
"value": "space"
}
},
{
"name": {
"value": "history"
}
},
{
"name": {
"value": "science"
}
}
]
},
{
"name": "allAccessType",
"values": [
{
"name": {
"value": "all access"
}
}
]
}
]
},
"dialog": {
"intents": [
{
"name": "GetCategoryFactIntent",
"confirmationRequired": false,
"prompts": {},
"slots": [
{
"name": "factCategory",
"type": "factType",
"confirmationRequired": false,
"elicitationRequired": true,
"prompts": {
"elicitation": "Elicit.Slot.339715283752.1159186034704"
}
}
]
},
{
"name": "ProductDetailIntent",
"confirmationRequired": false,
"prompts": {},
"slots": [
{
"name": "productCategory",
"type": "factType",
"confirmationRequired": false,
"elicitationRequired": true,
"prompts": {
"elicitation": "Elicit.Slot.592643468739.613787488648"
}
}
]
}
]
},
"prompts": [
{
"id": "Elicit.Slot.339715283752.1159186034704",
"variations": [
{
"type": "PlainText",
"value": "Would you like a science, space or history fact?"
}
]
},
{
"id": "Elicit.Slot.592643468739.613787488648",
"variations": [
{
"type": "PlainText",
"value": "Tell me the name of the product you would like to learn more about. For example, you could say, 'Tell me about the science pack'"
}
]
}
]
}
}