forked from hashtagaps/Oats-Facts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefault Welcome Intent.json
53 lines (53 loc) · 1.38 KB
/
Default Welcome 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
{
"id": "6475a698-cf08-43af-b3dd-9740bdfdaa9d",
"name": "Default Welcome Intent",
"auto": true,
"contexts": [],
"responses": [
{
"resetContexts": false,
"action": "input.welcome",
"affectedContexts": [
{
"name": "DefaultWelcomeIntent-followup",
"parameters": {},
"lifespan": 2
}
],
"parameters": [],
"messages": [
{
"type": 0,
"lang": "en",
"condition": "",
"speech": "Hi I can tell you random facts about Oats ! Wanna know ?"
},
{
"type": 0,
"lang": "hi",
"condition": "",
"speech": [
"नमस्ते! क्या मैं आपको डोसा के बारे में कुछ तथ्य बता सकता हूं ?",
"नमस्कार! क्या मैं आपको डोसा के बारे में कुछ तथ्य बता सकता हूं ?"
]
}
],
"defaultResponsePlatforms": {
"google": true
},
"speech": []
}
],
"priority": 500000,
"webhookUsed": false,
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [
{
"name": "WELCOME"
}
],
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}