-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintents.json
62 lines (62 loc) · 2.68 KB
/
intents.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
{
"intents": [
{
"tag": "greeting",
"patterns": ["hi","is anyone there?","Hello","Good day"],
"responses": ["Hello, thanks for visiting BMS College of Engineering!","Good to see you again! ", "Hi , how can I help?"],
"set": ""
},
{
"tag": "goodbye",
"patterns": ["Bye","See you later","Goodbye"],
"responses": ["See you later, thanks for visiting BMS College of Engineering!","Have a nice day!","Bye! Come back again soon."]
},
{
"tag": "thanks",
"patterns": ["Thanks","Thank you","That's helpful"],
"responses": ["You're welcome!, "],
"filter": ""
},
{
"tag": "location",
"patterns": ["Where are you located?","What is your address?","Where is your college located?" ],
"responses": ["We are located at BMS College of Engineering, Bull Temple Road, Basavanagudi, Bengaluru, Karnataka 560019"],
"filter": ""
},
{
"tag": "opentoday",
"patterns": ["Are you open today?","When do you open today?" ],
"responses": ["We're open every day from 9am-9pm"],
"filter": ""
},
{
"tag": "greeting",
"patterns": ["hi","is anyone there?","hello","good day"],
"responses": ["Hello, thanks for visiting BMS College of Engineering!","Good to see you again! ", "Hi , how can I help?"],
"set": ""
},
{
"tag": "goodbye",
"patterns": ["bye","see you later","goodbye"],
"responses": ["See you later, thanks for visiting BMS College of Engineering!","Have a nice day!","Bye! Come back again soon."]
},
{
"tag": "thanks",
"patterns": ["thanks","thank you","that's helpful"],
"responses": ["You're welcome!, "],
"filter": ""
},
{
"tag": "hours",
"patterns": ["what hours are you open?","what are your hours?","when are you open?" ],
"responses": ["We're open every day 9am-9pm"],
"filter": ""
},
{
"tag": "location",
"patterns": ["where are you located?","what is your address?","where is your college located?" ],
"responses": ["We are located at Bull Temple Road, Basavanagudi, Bengaluru, Karnataka 560019."],
"filter": ""
}
]
}