This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
en-US.json
249 lines (249 loc) · 9.13 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
246
247
248
249
{
"interactionModel": {
"languageModel": {
"invocationName": "no nicks",
"intents": [
{
"name": "AMAZON.HelpIntent",
"samples": [
"help"
]
},
{
"name": "RefundOrderIntent",
"slots": [],
"samples": [
"refund",
"refund order",
"refund my order",
"i'd like my order refunded",
"i'd like a refund",
"i need a refund",
"refund the order",
"please give me a refund",
"give me a refund",
"i would like a refund"
]
},
{
"name": "CancelOrderIntent",
"slots": [],
"samples": [
"cancellation",
"cancel order",
"cancel my order",
"cancel the order",
"cancel that order",
"i need to cancel the order",
"i would like to cancel my order",
"cancel order please"
]
},
{
"name": "OrderTrackerIntent",
"slots": [],
"samples": [
"did my order ship",
"when will my item ship",
"where's my order",
"where is my order"
]
},
{
"name": "StarterKitIntent",
"slots": [
{
"name": "KitPurchaseIntentSlot",
"type": "YesNoType",
"samples": [
"no",
"yes"
]
},
{
"name": "UpgradeKitIntentSlot",
"type": "YesNoType",
"samples": [
"no",
"yes"
]
}
],
"samples": [
"order",
"a kit",
"starter kit",
"kit",
"I need a razor",
"the starter kit",
"get a kit",
"get a starter kit",
"I want a starter kit",
"I want a kit",
"I want to order a kit",
"I want to order a starter kit",
"a starter kit"
]
},
{
"name": "RefillIntent",
"slots": [
{
"name": "RefillPurchaseIntentSlot",
"type": "YesNoType"
}
],
"samples": [
"{RefillPurchaseIntentSlot} more refills",
"more refills",
"refills",
"replacements",
"blade refills",
"shaving cream",
"schedule refills",
"get refills",
"refill",
"I want refills",
"I want to order refills"
]
},
{
"name": "AMAZON.NavigateHomeIntent",
"samples": []
},
{
"name": "AMAZON.YesIntent",
"samples": [
"sure",
"ok",
"yup",
"yes"
]
},{
"name": "AMAZON.NoIntent",
"samples": []
},
{
"name": "AMAZON.StopIntent",
"samples": [
"stop",
"exit",
"quit",
"close"
]
},
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
"name": "AMAZON.FallbackIntent",
"samples": []
}
],
"types": [
{
"name": "YesNoType",
"values": [
{
"name": {
"value": "no",
"synonyms": [
"naw",
"nope"
]
}
},
{
"name": {
"value": "yes",
"synonyms": [
"right",
"ok",
"yup",
"sure"
]
}
}
]
}
]
},
"dialog": {
"intents": [
{
"name": "StarterKitIntent",
"confirmationRequired": false,
"prompts": {},
"slots": [
{
"name": "KitPurchaseIntentSlot",
"type": "YesNoType",
"confirmationRequired": false,
"elicitationRequired": true,
"prompts": {
"elicitation": "Elicit.Slot.295132847200.649643899751"
}
},
{
"name": "UpgradeKitIntentSlot",
"type": "YesNoType",
"confirmationRequired": false,
"elicitationRequired": true,
"prompts": {
"elicitation": "Elicit.Slot.81496166760.874607615560"
}
}
]
},
{
"name": "RefillIntent",
"delegationStrategy": "ALWAYS",
"confirmationRequired": false,
"prompts": {},
"slots": [
{
"name": "RefillPurchaseIntentSlot",
"type": "YesNoType",
"confirmationRequired": false,
"elicitationRequired": true,
"prompts": {
"elicitation": "Elicit.Slot.477688339049.1345714957873"
}
}
]
}
],
"delegationStrategy": "SKILL_RESPONSE"
},
"prompts": [
{
"id": "Elicit.Slot.295132847200.649643899751",
"variations": [
{
"type": "PlainText",
"value": "Our nine dollar starter kit comes with a weighted razor handle, three blades, and a two ounce tube of menthol shaving cream. Do you want to order it?"
}
]
},
{
"id": "Elicit.Slot.477688339049.1345714957873",
"variations": [
{
"type": "PlainText",
"value": "Every two months, you'll receive a refill of eight blades and a two ounce tube of shaving cream for twenty dollars including tax and shipping. You can cancel or change delivery any time. Do you want to order it?"
}
]
},
{
"id": "Elicit.Slot.81496166760.874607615560",
"variations": [
{
"type": "PlainText",
"value": "You can save ten percent today by signing up for refills. Every two months, you'll receive eight blades and a two ounce tube of shaving cream for eighteen dollars including tax and shipping. You can cancel or change delivery any time. Do you want to add this to your order?"
}
]
}
]
}
}