-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQAZ.json
43 lines (43 loc) · 1.1 KB
/
QAZ.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
{
"intents": [
{
"tag": "greeting",
"patterns": [
"Hi",
"How are you",
"Is anyone there?",
"Hello",
"Good day",
"How's your day going ?",
"What's going on ?",
"Sup?",
"Whazzup?",
"Hiya!",
"Howdy!",
"Yo!",
"What's up?"
],
"responses": [
"Hello, thanks for visiting.",
"Good to see you",
"Hi there, how can I help?",
"Nice to see you.",
"Pleased to meet you"
]
},
{
"tag": "goodbye",
"patterns": [
"Bye",
"See you later",
"Goodbye",
"Talk to you later"
],
"responses": [
"See you later, thanks for visiting",
"Have a nice day",
"Bye! Come back again soon."
]
}
]
}