-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinteraction.json
125 lines (125 loc) · 4.41 KB
/
interaction.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
{
"interactionModel": {
"languageModel": {
"invocationName": "my vacuum",
"intents": [
{
"name": "CleanIntent",
"slots": [],
"samples": [
"to clean",
"to autoclean",
"to start cleaning",
"clean",
"cleaning"
]
},
{
"name": "EdgeIntent",
"slots": [],
"samples": [
"to clean around the room",
"to clean around the house",
"to go around the room",
"to go around the house",
"to start edge cleaning"
]
},
{
"name": "SpotIntent",
"slots": [],
"samples": [
"to start spot cleaning",
"to start cleaning this spot",
"to clean this spot",
"to spot clean",
"to clean in circles",
"to clean around in circles",
"to go around in circles",
"spot"
]
},
{
"name": "StopIntent",
"slots": [],
"samples": [
"to stop",
"stop",
"to hold still",
"to stand still",
"to sit still"
]
},
{
"name": "ChargeIntent",
"slots": [],
"samples": [
"to go away",
"to charge",
"to start charging",
"to go for a charge",
"to go back home",
"to go home",
"to go back to its charging station",
"to go back to its station",
"to go back to its charger",
"charge"
]
},
{
"name": "ServiceIntent",
"slots": [],
"samples": [
"to come out for some servicing",
"to come out for some service",
"to come out from under the couch",
"to come out",
"it needs some servicing",
"it needs to be serviced",
"it needs some maintenance",
"it needs to be emptied",
"it is time for some servicing",
"it is time for some service",
"it is time for some maintenance",
"it is time to empty out it's dustbin",
"its dustbin is full",
"maintenance",
"service",
"dustbin"
]
},
{
"name": "BatteryIntent",
"slots": [],
"samples": [
"how full are its batteries",
"how much battery it has",
"how much battery is left",
"how much battery",
"how much charge it has",
"how much charge is left",
"how much charge",
"battery percentage",
"batteries",
"battery",
"percentage",
"percent"
]
},
{
"name": "AMAZON.HelpIntent",
"samples": []
},
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
"name": "AMAZON.StopIntent",
"samples": []
}
],
"types": []
}
}
}