-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAmazonSearch_intent.json
106 lines (106 loc) · 2.23 KB
/
AmazonSearch_intent.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
{
"id": "9e33e40b-22fe-4811-a17e-a12d10ac4176",
"name": "AmazonSearch",
"auto": true,
"contexts": [],
"responses": [
{
"resetContexts": false,
"action": "AMAZON_SEARCH",
"affectedContexts": [],
"parameters": [
{
"id": "ba046dfb-65a3-4c12-b52a-234f0c5f50b1",
"required": true,
"dataType": "@amazonsearch",
"name": "amazon-search",
"value": "$amazon-search",
"prompts": [],
"isList": false
}
],
"messages": [
{
"type": 0,
"speech": "On it!"
}
],
"defaultResponsePlatforms": {},
"speech": []
}
],
"priority": 500000,
"cortanaCommand": {
"navigateOrService": "NAVIGATE",
"target": ""
},
"webhookUsed": false,
"webhookForSlotFilling": false,
"lastUpdate": 1523595432,
"fallbackIntent": false,
"events": [],
"userSays": [
{
"id": "d5acb9e5-2f99-4659-94cf-1ade1532c5e1",
"data": [
{
"text": "Please check "
},
{
"text": "rock music",
"alias": "amazon-search",
"meta": "@amazonsearch",
"userDefined": true
},
{
"text": " on amazon"
}
],
"isTemplate": false,
"count": 0,
"updated": 1523590109,
"isAuto": false
},
{
"id": "93006407-ca93-46fd-a9c3-416af4602dbd",
"data": [
{
"text": "Search amazon for "
},
{
"text": "avatar blu ray",
"alias": "amazon-search",
"meta": "@amazonsearch",
"userDefined": true
}
],
"isTemplate": false,
"count": 0,
"updated": 1523589033,
"isAuto": false
},
{
"id": "1027b5a2-65b3-4a61-afc6-bcd3312ff25c",
"data": [
{
"text": "Find some "
},
{
"text": "scifi movies",
"alias": "amazon-search",
"meta": "@amazonsearch",
"userDefined": true
},
{
"text": " on amazon"
}
],
"isTemplate": false,
"count": 0,
"updated": 1523595432,
"isAuto": false
}
],
"followUpIntents": [],
"templates": []
}