This repository was archived by the owner on Jun 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.json
More file actions
179 lines (179 loc) · 4 KB
/
Copy pathsample.json
File metadata and controls
179 lines (179 loc) · 4 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
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
{
"intents": [
{
"name": "Calendar-Add"
},
{
"name": "Calendar-Find"
},
{
"name": "None"
}
],
"entities": [],
"composites": [],
"closedLists": [],
"regex_entities": [],
"model_features": [],
"regex_features": [],
"utterances": [
{
"text": "add a new event on 27 - apr",
"intent": "Calendar-Add",
"entities": []
},
{
"text": "add a new task finish assignment",
"intent": "Calendar-Add",
"entities": []
},
{
"text": "add an event to read about adam lambert news",
"intent": "Calendar-Add",
"entities": []
},
{
"text": "add an event to visit 209 nashville gym",
"intent": "Calendar-Add",
"entities": []
},
{
"text": "add imax theater to my upcoming events",
"intent": "Calendar-Add",
"entities": []
},
{
"text": "calendar i ' ll be at the garage from 8 till 3 this saturday",
"intent": "Calendar-Add",
"entities": []
},
{
"text": "dunmore pa sonic sounds friday morning please",
"intent": "Calendar-Add",
"entities": []
},
{
"text": "meeting my manager",
"intent": "Calendar-Add",
"entities": []
},
{
"text": "save the date may 17 pictures party",
"intent": "Calendar-Add",
"entities": []
},
{
"text": "schedule appointment for tomorrow please",
"intent": "Calendar-Add",
"entities": []
},
{
"text": "the meeting will last for one hour",
"intent": "Calendar-Add",
"entities": []
},
{
"text": "calendar for november 1948",
"intent": "Calendar-Find",
"entities": []
},
{
"text": "display weekend plans",
"intent": "Calendar-Find",
"entities": []
},
{
"text": "do i have anything on wednesday ?",
"intent": "Calendar-Find",
"entities": []
},
{
"text": "how many days are there between march 13th 2015 and today ?",
"intent": "Calendar-Find",
"entities": []
},
{
"text": "pull up my appointment find out how much time i have before my next appointment",
"intent": "Calendar-Find",
"entities": []
},
{
"text": "search for meetings with chris",
"intent": "Calendar-Find",
"entities": []
},
{
"text": "show me tomorrow ' s wedding party time",
"intent": "Calendar-Find",
"entities": []
},
{
"text": "tell me the event details",
"intent": "Calendar-Find",
"entities": []
},
{
"text": "voice activated reading of appointments this week",
"intent": "Calendar-Find",
"entities": []
},
{
"text": "am i free to be with friends saturday ?",
"intent": "None",
"entities": []
},
{
"text": "appointment with johnson needs to be next week",
"intent": "None",
"entities": []
},
{
"text": "call dad mike",
"intent": "None",
"entities": []
},
{
"text": "change the meeting with chris to 9 : 00 am",
"intent": "None",
"entities": []
},
{
"text": "email cloney john",
"intent": "None",
"entities": []
},
{
"text": "extend lunch meeting 30 minutes extra",
"intent": "None",
"entities": []
},
{
"text": "i want to reschedule the meeting at the air force club",
"intent": "None",
"entities": []
},
{
"text": "marketing meetings on tuesdays will now be every wednesday please change on my calendar",
"intent": "None",
"entities": []
},
{
"text": "move the bbq party to friday",
"intent": "None",
"entities": []
},
{
"text": "the workshop will last for 10 hours",
"intent": "None",
"entities": []
}
],
"patterns": [],
"patternAnyEntities": [],
"prebuiltEntities": [],
"luis_schema_version": "3.0.0",
"versionId": "0.1",
"name": "reminders",
"desc": "",
"culture": "en-us"
}