-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommand-dataset.yml
174 lines (157 loc) · 3.29 KB
/
command-dataset.yml
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
---
type: intent
name: greeting
utterances:
- hi
- hello
- "what's up"
- how are you
---
type: intent
name: help
utterances:
- help
- how do i use you
- what can you do
- tell me what to do
---
type: intent
name: cmd_generate_clip
slots:
- name: duration
entity: snips/duration
utterances:
- save a [duration](twenty second) clip
- make a [duration] clip
- save the last [duration]
- upload the last [duration](thirty seconds)
- clip the last [duration]
---
type: intent
name: cmd_replay_audio
slots:
- name: duration
entity: snips/duration
utterances:
- play back the last [duration](thirty two seconds)
- replay [duration](sixty seconds)
---
type: intent
name: cmd_change_channel
slots:
- name: destination
entity: channel
utterances:
- go to [destination](hunt)
- move to channel [destination](root)
- go in [destination](afk)
- move to the [destination](server) room
---
type: entity
name: channel
automatically_extensible: true
---
type: intent
name: cmd_wolfram_alpha_query
slots:
- name: query
entity: query
utterances:
- when was [query](michael jackson born)
- when was [query](the first woodstock festival)
- when is [query](the next full moon)
- who was [query](the first astronaut)
- who is [query](john lennon)
- how many [query](feet in a mile)
- how many [query](calories are in a potato)
- what is [query](the speed of an unladen swallow)
- what is [query](the phase of the moon)
- what is [query](the temperature in denver)
- how many [query](ducks live in a pond)
- tell me [query](when martin luther king junior died)
- tell me [query](a joke)
---
type: entity
name: query
automatically_extensible: true
---
type: intent
name: cmd_silence
utterances:
- be quiet
- shut up
- stop
---
type: intent
name: cmd_play_radio
slots:
- name: station
entity: radio_station
utterances:
- play [station](non stop pop) on the radio
- play [station](west coast classics) for me
- put on [station](radio mirror park)
---
type: entity
name: radio_station
automatically_extensible: false
# this will be filled in at runtime
values:
- placeholder
---
type: intent
name: cmd_list_stations
utterances:
- what radio stations are there
- list the radio stations
- tell me what radio stations are available
---
type: intent
name: cmd_play_media
slots:
- name: source
entity: media_source
- name: track
entity: track_name
utterances:
- play [track](take on me) from [source]
- find [track](the distance) on [source]
- check [source] for [track](what is love)
- play [track](kids)
- play [track](the democrats stole the barnacle) on [source]
- look on [source] for [track](harder better faster stronger by daft punk)
---
type: entity
name: media_source
automatically_extensible: false
values:
- [youtube, you tube]
---
type: entity
name: track_name
automatically_extensible: true
---
type: intent
name: cmd_set_volume
slots:
- name: value
entity: snips/number
utterances:
- set the volume to [value](fifty)
- set volume at [value](twenty) percent
---
type: intent
name: cmd_lower_volume
utterances:
- lower the volume
- decrease the volume
- too loud
- bump volume down
---
type: intent
name: cmd_raise_volume
utterances:
- raise the volume
- increase the volume
- too quiet
- bump volume up