forked from codeforboston/voiceapp311
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen_US.json
181 lines (181 loc) · 6.49 KB
/
en_US.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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{
"interactionModel": {
"languageModel": {
"invocationName": "boston data",
"intents": [
{
"name": "SetAddressIntent",
"slots": [
{
"name": "Address",
"type": "AMAZON.PostalAddress"
}
],
"samples": [
"my address is {Address}",
"i live at {Address}",
"my home address is {Address}",
"set address {Address}",
"set my address to {Address}",
"change address to {Address}",
"update address to {Address}",
"new address is {Address}"
]
},
{
"name": "TrashDayIntent",
"slots": [
{
"name": "Address",
"type": "AMAZON.PostalAddress",
"samples": [
"It's {Address}",
"My address is {Address}",
"{Address}"
]
}
],
"samples": [
"when is my trash day at {Address}",
"when is garbage day at {Address}",
"what day is recycling at {Address}",
"what day should i put trash out at {Address}",
"which day is recycling at {Address}",
"when should i put out my trash at {Address}",
"when is garbage pickup at {Address}",
"garbage collection day at {Address}",
"when is trash day at {Address}"
]
},
{
"name": "SnowParkingIntent",
"slots": [
{
"name": "Address",
"type": "AMAZON.PostalAddress",
"samples": [
"My address is {Address}",
"It's {Address}",
"{Address}"
]
}
],
"samples": [
"where can I park during a snow emergency",
"where can I park during snow",
"where can I park",
"snow parking",
"emergency parking near"
]
},
{
"name": "GetAlertsIntent",
"slots": [],
"samples": [
"give me all alerts",
"are there any alerts",
"are there any emergencies",
"are services running normally",
"all alerts"
]
},
{
"name": "AMAZON.HelpIntent",
"samples": []
},
{
"name": "UnhandledIntent",
"slots": [],
"samples": [
"blah blah blah",
"gofougildags",
"heh",
"testing",
"this is dumb",
"workaround to get around",
"thinking about things",
"what up doe",
"dealing with it",
"doing it",
"whatever",
"whatever and ever amen"
]
},
{
"name": "AMAZON.StopIntent",
"samples": []
},
{
"name": "AMAZON.CancelIntent",
"samples": []
}
],
"types": []
},
"dialog": {
"intents": [
{
"name": "TrashDayIntent",
"confirmationRequired": false,
"prompts": {},
"slots": [
{
"name": "Address",
"type": "AMAZON.PostalAddress",
"confirmationRequired": false,
"elicitationRequired": true,
"prompts": {
"elicitation": "Elicit.Slot.604703910902.353139060048"
}
}
]
},
{
"name": "SnowParkingIntent",
"confirmationRequired": false,
"prompts": {},
"slots": [
{
"name": "Address",
"type": "AMAZON.PostalAddress",
"confirmationRequired": false,
"elicitationRequired": true,
"prompts": {
"elicitation": "Elicit.Slot.621270469710.323849903546"
}
}
]
}
]
},
"prompts": [
{
"id": "Elicit.Slot.604703910902.353139060048",
"variations": [
{
"type": "PlainText",
"value": "What's your address?"
}
]
},
{
"id": "Elicit.Slot.76871137798.873776877081",
"variations": [
{
"type": "PlainText",
"value": "What is your address?"
}
]
},
{
"id": "Elicit.Slot.621270469710.323849903546",
"variations": [
{
"type": "PlainText",
"value": "What's your address?"
}
]
}
]
}
}