-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinteraction.json
More file actions
58 lines (56 loc) · 1.8 KB
/
interaction.json
File metadata and controls
58 lines (56 loc) · 1.8 KB
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
{
"interactionModel":{
"languageModel":{
"invocationName":"thingler devices",
"types":[],
"intents":[
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
"name": "AMAZON.HelpIntent",
"samples": []
},
{
"name": "AMAZON.StopIntent",
"samples": []
},
{
"name":"TurnOnIntent",
"slots":[
],
"samples":[
"turn on",
"turn on plug",
"turn on smart plug",
"turn thingler smart plug on",
"turn thingler pug on",
"to turn on",
"to turn on plug",
"to turn on smart plug",
"to turn thingler smart plug on",
"to turn thingler pug on"
]
},
{
"name":"TurnOffIntent",
"slots":[
],
"samples":[
"turn off",
"turn off plug",
"turn off smart plug",
"turn thingler smart plug off",
"turn thingler pug off",
"to turn off",
"to turn off plug",
"to turn off smart plug",
"to turn thingler smart plug off",
"to turn thingler pug off"
]
}
]
}
}
}