-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathskill_builder.json
258 lines (258 loc) · 12.2 KB
/
skill_builder.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
250
251
252
253
254
255
256
257
258
{
"intents": [
{
"name": "AMAZON.YesIntent",
"samples": []
},
{
"name": "AMAZON.NoIntent",
"samples": []
},
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
"name": "AMAZON.HelpIntent",
"samples": []
},
{
"name": "AddMovie",
"slots": [
{
"name": "movieName",
"type": "AMAZON.Movie",
"samples": []
},
{
"name": "releaseDate",
"type": "AMAZON.DATE",
"samples": []
}
],
"samples": [
"add the movie {movieName} to the list",
"add the film {movieName} to the list",
"add the movie {movieName} to the wanted list",
"add the film {movieName} to the wanted list",
"add the movie {movieName}",
"add the film {movieName}",
"add the movie {movieName} from {releaseDate} to the list",
"add the film {movieName} from {releaseDate} to the list",
"add the movie {movieName} released in {releaseDate} to the list",
"add the film {movieName} released in {releaseDate} to the list",
"add the movie {movieName} year {releaseDate} to the list",
"add the film {movieName} year {releaseDate} to the list",
"add the movie {movieName} came out in {releaseDate} to the list",
"add the film {movieName} came out in {releaseDate} to the list",
"add the movie {movieName} from {releaseDate} to the wanted list",
"add the film {movieName} from {releaseDate} to the wanted list",
"add the movie {movieName} released in {releaseDate} to the wanted list",
"add the film {movieName} released in {releaseDate} to the wanted list",
"add the movie {movieName} year {releaseDate} to the wanted list",
"add the film {movieName} year {releaseDate} to the wanted list",
"add the movie {movieName} came out in {releaseDate} to the wanted list",
"add the film {movieName} came out in {releaseDate} to the wanted list",
"add the movie {movieName} from {releaseDate}",
"add the film {movieName} from {releaseDate}",
"add the movie {movieName} released in {releaseDate}",
"add the film {movieName} released in {releaseDate}",
"add the movie {movieName} year {releaseDate}",
"add the film {movieName} year {releaseDate}",
"add the movie {movieName} came out in {releaseDate}",
"add the film {movieName} came out in {releaseDate}"
]
},
{
"name": "AddShow",
"slots": [
{
"name": "showName",
"type": "AMAZON.TVSeries",
"samples": []
}
],
"samples": [
"add the show {showName} to the list",
"add the series {showName} to the list",
"add the show {showName} to the wanted list",
"add the series {showName} to the wanted list",
"add the show {showName}",
"add the series {showName}"
]
},
{
"name": "FindMovie",
"slots": [
{
"name": "movieName",
"type": "AMAZON.Movie",
"samples": []
},
{
"name": "releaseDate",
"type": "AMAZON.DATE",
"samples": []
}
],
"samples": [
"is the movie {movieName} on the list",
"if the movie {movieName} on the list",
"is the film {movieName} on the list",
"if the film {movieName} on the list",
"is the movie {movieName} is on the list",
"if the movie {movieName} is on the list",
"is the film {movieName} is on the list",
"if the film {movieName} is on the list",
"is the movie {movieName} already",
"if the movie {movieName} already",
"is the film {movieName} already",
"if the film {movieName} already",
"is the movie {movieName} is already",
"if the movie {movieName} is already",
"is the film {movieName} is already",
"if the film {movieName} is already",
"is the movie {movieName} is wanted",
"if the movie {movieName} is wanted",
"is the film {movieName} is wanted",
"if the film {movieName} is wanted",
"is the movie {movieName} is in wanted",
"if the movie {movieName} is in wanted",
"is the film {movieName} is in wanted",
"if the film {movieName} is in wanted",
"is the movie {movieName} from {releaseDate} on the list",
"if the movie {movieName} from {releaseDate} on the list",
"is the film {movieName} from {releaseDate} on the list",
"if the film {movieName} from {releaseDate} on the list",
"is the movie {movieName} released in {releaseDate} on the list",
"if the movie {movieName} released in {releaseDate} on the list",
"is the film {movieName} released in {releaseDate} on the list",
"if the film {movieName} released in {releaseDate} on the list",
"is the movie {movieName} year {releaseDate} on the list",
"if the movie {movieName} year {releaseDate} on the list",
"is the film {movieName} year {releaseDate} on the list",
"if the film {movieName} year {releaseDate} on the list",
"is the movie {movieName} came out in {releaseDate} on the list",
"if the movie {movieName} came out in {releaseDate} on the list",
"is the film {movieName} came out in {releaseDate} on the list",
"if the film {movieName} came out in {releaseDate} on the list",
"is the movie {movieName} from {releaseDate} is on the list",
"if the movie {movieName} from {releaseDate} is on the list",
"is the film {movieName} from {releaseDate} is on the list",
"if the film {movieName} from {releaseDate} is on the list",
"is the movie {movieName} released in {releaseDate} is on the list",
"if the movie {movieName} released in {releaseDate} is on the list",
"is the film {movieName} released in {releaseDate} is on the list",
"if the film {movieName} released in {releaseDate} is on the list",
"is the movie {movieName} year {releaseDate} is on the list",
"if the movie {movieName} year {releaseDate} is on the list",
"is the film {movieName} year {releaseDate} is on the list",
"if the film {movieName} year {releaseDate} is on the list",
"is the movie {movieName} came out in {releaseDate} is on the list",
"if the movie {movieName} came out in {releaseDate} is on the list",
"is the film {movieName} came out in {releaseDate} is on the list",
"if the film {movieName} came out in {releaseDate} is on the list",
"is the movie {movieName} from {releaseDate} already",
"if the movie {movieName} from {releaseDate} already",
"is the film {movieName} from {releaseDate} already",
"if the film {movieName} from {releaseDate} already",
"is the movie {movieName} released in {releaseDate} already",
"if the movie {movieName} released in {releaseDate} already",
"is the film {movieName} released in {releaseDate} already",
"if the film {movieName} released in {releaseDate} already",
"is the movie {movieName} year {releaseDate} already",
"if the movie {movieName} year {releaseDate} already",
"is the film {movieName} year {releaseDate} already",
"if the film {movieName} year {releaseDate} already",
"is the movie {movieName} came out in {releaseDate} already",
"if the movie {movieName} came out in {releaseDate} already",
"is the film {movieName} came out in {releaseDate} already",
"if the film {movieName} came out in {releaseDate} already",
"is the movie {movieName} from {releaseDate} is already",
"if the movie {movieName} from {releaseDate} is already",
"is the film {movieName} from {releaseDate} is already",
"if the film {movieName} from {releaseDate} is already",
"is the movie {movieName} released in {releaseDate} is already",
"if the movie {movieName} released in {releaseDate} is already",
"is the film {movieName} released in {releaseDate} is already",
"if the film {movieName} released in {releaseDate} is already",
"is the movie {movieName} year {releaseDate} is already",
"if the movie {movieName} year {releaseDate} is already",
"is the film {movieName} year {releaseDate} is already",
"if the film {movieName} year {releaseDate} is already",
"is the movie {movieName} came out in {releaseDate} is already",
"if the movie {movieName} came out in {releaseDate} is already",
"is the film {movieName} came out in {releaseDate} is already",
"if the film {movieName} came out in {releaseDate} is already",
"is the movie {movieName} from {releaseDate} is wanted",
"if the movie {movieName} from {releaseDate} is wanted",
"is the film {movieName} from {releaseDate} is wanted",
"if the film {movieName} from {releaseDate} is wanted",
"is the movie {movieName} released in {releaseDate} is wanted",
"if the movie {movieName} released in {releaseDate} is wanted",
"is the film {movieName} released in {releaseDate} is wanted",
"if the film {movieName} released in {releaseDate} is wanted",
"is the movie {movieName} year {releaseDate} is wanted",
"if the movie {movieName} year {releaseDate} is wanted",
"is the film {movieName} year {releaseDate} is wanted",
"if the film {movieName} year {releaseDate} is wanted",
"is the movie {movieName} came out in {releaseDate} is wanted",
"if the movie {movieName} came out in {releaseDate} is wanted",
"is the film {movieName} came out in {releaseDate} is wanted",
"if the film {movieName} came out in {releaseDate} is wanted",
"is the movie {movieName} from {releaseDate} is in wanted",
"if the movie {movieName} from {releaseDate} is in wanted",
"is the film {movieName} from {releaseDate} is in wanted",
"if the film {movieName} from {releaseDate} is in wanted",
"is the movie {movieName} released in {releaseDate} is in wanted",
"if the movie {movieName} released in {releaseDate} is in wanted",
"is the film {movieName} released in {releaseDate} is in wanted",
"if the film {movieName} released in {releaseDate} is in wanted",
"is the movie {movieName} year {releaseDate} is in wanted",
"if the movie {movieName} year {releaseDate} is in wanted",
"is the film {movieName} year {releaseDate} is in wanted",
"if the film {movieName} year {releaseDate} is in wanted",
"is the movie {movieName} came out in {releaseDate} is in wanted",
"if the movie {movieName} came out in {releaseDate} is in wanted",
"is the film {movieName} came out in {releaseDate} is in wanted",
"if the film {movieName} came out in {releaseDate} is in wanted"
]
},
{
"name": "FindShow",
"slots": [
{
"name": "showName",
"type": "AMAZON.TVSeries",
"samples": []
}
],
"samples": [
"is the show {showName} on the list",
"if the show {showName} on the list",
"is the series {showName} on the list",
"if the series {showName} on the list",
"is the show {showName} is on the list",
"if the show {showName} is on the list",
"is the series {showName} is on the list",
"if the series {showName} is on the list",
"is the show {showName} already",
"if the show {showName} already",
"is the series {showName} already",
"if the series {showName} already",
"is the show {showName} is already",
"if the show {showName} is already",
"is the series {showName} is already",
"if the series {showName} is already",
"is the show {showName} is wanted",
"if the show {showName} is wanted",
"is the series {showName} is wanted",
"if the series {showName} is wanted",
"is the show {showName} is in wanted",
"if the show {showName} is in wanted",
"is the series {showName} is in wanted",
"if the series {showName} is in wanted"
]
}
]
}