-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWhereIs.json
More file actions
103 lines (103 loc) · 2.02 KB
/
WhereIs.json
File metadata and controls
103 lines (103 loc) · 2.02 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
{
"id": "3a1e070a-6ab4-4d82-b142-67340a79833a",
"name": "WhereIs",
"auto": true,
"contexts": [],
"responses": [
{
"resetContexts": false,
"affectedContexts": [],
"parameters": [
{
"id": "659ce6fb-0f24-49ea-b7e4-f58fb5ef22a2",
"dataType": "@sys.any",
"name": "name",
"value": "$name",
"isList": false
}
],
"messages": [
{
"type": 0,
"speech": "I'm not sure what to do"
}
],
"defaultResponsePlatforms": {},
"speech": []
}
],
"priority": 500000,
"cortanaCommand": {
"navigateOrService": "NAVIGATE",
"target": ""
},
"webhookUsed": true,
"webhookForSlotFilling": false,
"lastUpdate": 1507242472,
"fallbackIntent": false,
"events": [],
"userSays": [
{
"id": "8a086f7e-4b19-4e43-a540-807f2d1a30bc",
"data": [
{
"text": "Where's "
},
{
"text": "Jake",
"alias": "name",
"meta": "@sys.any",
"userDefined": false
},
{
"text": "?"
}
],
"isTemplate": false,
"count": 1,
"updated": 1507155611,
"isAuto": false
},
{
"id": "42ffe10a-7e0b-4cca-92d8-ff27397daad4",
"data": [
{
"text": "Where's "
},
{
"text": "Michael",
"alias": "name",
"meta": "@sys.any",
"userDefined": true
},
{
"text": "?"
}
],
"isTemplate": false,
"count": 0,
"updated": 0,
"isAuto": false
},
{
"id": "bbfac047-aedd-44e6-9470-1fa6ba08ec37",
"data": [
{
"text": "Where is "
},
{
"text": "Jake",
"alias": "name",
"meta": "@sys.any",
"userDefined": true
}
],
"isTemplate": false,
"count": 0,
"updated": 0,
"isAuto": false
}
],
"followUpIntents": [],
"templates": []
}