-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathap boss.json
167 lines (167 loc) · 5.77 KB
/
ap boss.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
{
"interactionModel": {
"languageModel": {
"invocationName": "a. p. boss",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": [
"leave that fact",
"shut up",
"cancel the fact",
"cancel",
"come back again",
"come back ",
"stop now",
"kindly stop",
"please stop",
"please stop that",
"don't do that",
"dont do that ",
"don't",
"dont ",
"leave the fact",
"leave that ",
"return back",
"sorry"
]
},
{
"name": "AMAZON.HelpIntent",
"samples": [
"help help help",
"help help",
"can you help me",
"please help",
"help me",
"help"
]
},
{
"name": "AMAZON.StopIntent",
"samples": [
"dangerous",
"its annoying",
"its painful",
"this is boring",
"oh just stop it",
"can you stop now",
"will you please stop",
"stop it now",
"just stop it",
"will you please shut up ",
"leave now",
"quit",
"null",
"kill",
"kill it",
"shut up",
"stop now",
"stop"
]
},
{
"name": "AMAZON.NavigateHomeIntent",
"samples": [
"go home",
"return home",
"come back",
"come home quickly",
"tired now",
"i am tired ",
"go to your home",
"oh leave",
"common home now",
"go home now",
"go to home",
"back home",
"back to home",
"home",
"come home",
"come back home"
]
},
{
"name": "AMAZON.FallbackIntent",
"samples": [
"awwww",
"awww",
"aw",
"aww",
"awww...",
"ono",
"oh no",
"auch",
"ahh",
"oh",
"oho"
]
},
{
"name": "GetFactIntent",
"slots": [],
"samples": [
"higher",
"high",
"soar",
"soar now",
"go more ",
"grow up ",
"more fact",
"more facts",
"more",
"tell",
"words",
"ask",
"those words",
"awesome words",
"great work",
"great ",
"get to the work now",
"get to work now",
"get to the work ",
"get to work",
"get me point",
"get me some fact",
"get me fact",
"dangerous quote",
"dangerous",
"awesome quote",
"awesome",
"come back from home",
"back from home",
"come back again",
"come back to work",
"work now",
"work ",
"back to work",
"you are going lazy common speak now",
"speak more",
"tell me more",
"go go go",
"speak now",
"just speak up",
"common speak now",
"tell me something interesting",
"tell a fact",
"tell me a story",
"tell me a point",
"speak up",
"start speaking",
"point",
"example",
"tell me a fact",
"say a fact",
"throw a fact",
"tell me something",
"bring me a fact",
"fact",
"speak something",
"bring me some fact"
]
}
],
"types": []
}
}
}