-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcovid_searchcountry.json
68 lines (68 loc) · 1.73 KB
/
covid_searchcountry.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
{
"id": "3bebb5fb-f849-42f5-8c34-f16eed898081",
"name": "covid_searchcountry",
"auto": true,
"contexts": [],
"responses": [
{
"resetContexts": false,
"affectedContexts": [],
"parameters": [
{
"id": "f299b64e-995f-4708-9f9e-7d430bbd0d68",
"required": true,
"dataType": "@sys.geo-country",
"name": "geo-country",
"value": "$geo-country",
"prompts": [
{
"lang": "en",
"value": "Please enter a valid country Name"
}
],
"promptMessages": [],
"noMatchPromptMessages": [],
"noInputPromptMessages": [],
"outputDialogContexts": [],
"isList": false
}
],
"messages": [
{
"type": 0,
"lang": "en",
"condition": "",
"speech": "Here are the details for $geo-country . Do you want me to send the report to your Email-Id as well ?"
},
{
"type": 0,
"platform": "telegram",
"lang": "en",
"condition": "",
"speech": "Here are the details for $geo-country ."
},
{
"type": 2,
"platform": "telegram",
"lang": "en",
"condition": "",
"title": "Do you want me to send the report to your Email-Id as well ?",
"replies": [
"Sure",
"Not now"
]
},
],
"defaultResponsePlatforms": {},
"speech": []
}
],
"priority": 500000,
"webhookUsed": true,
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}