Update fetched.json
Browse files- fetched.json +46 -13
fetched.json
CHANGED
@@ -1,15 +1,48 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
}
|
|
|
1 |
{
|
2 |
+
"intents": [
|
3 |
+
{
|
4 |
+
"command": "tellJoke",
|
5 |
+
"intent": "tell me a joke"
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"command": "getWeatherLocal",
|
9 |
+
"intent": "what's the weather today? local"
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"command": "getWeatherOnline",
|
13 |
+
"intent": "what's the weather today?"
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"command": "playMusic",
|
17 |
+
"intent": "play music"
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"command": "addOwner",
|
21 |
+
"intent": "add owner"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"command": "removeOwner",
|
25 |
+
"intent": "remove owner"
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"command": "changeManagerName",
|
29 |
+
"intent": "change manager name"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"command": "changeAdminPin",
|
33 |
+
"intent": "change admin pin"
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"command": "turnOff",
|
37 |
+
"intent": "turn off"
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"command": "searchGoogle",
|
41 |
+
"intent": "google search"
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"command": "getAssistantInfo",
|
45 |
+
"intent": "who are you? what can you do?"
|
46 |
+
}
|
47 |
+
]
|
48 |
}
|