-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathintents.json
31 lines (28 loc) · 1.24 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
{"intents": [
{"tag": "greeting",
"patterns": ["Hi", "How are you", "Is anyone there?", "Hello", "Good day", "Whats up"],
"responses": ["Hello!", "Good to see you again!", "Hi there, how can I help?"],
"context_set": ""
},
{"tag": "goodbye",
"patterns": ["cya", "See you later", "Goodbye", "I am Leaving", "Have a Good day"],
"responses": ["Sad to see you go :(", "Talk to you later", "Goodbye!"],
"context_set": ""
},
{"tag": "age",
"patterns": ["how old", "how old is vader", "what is your age", "how old are you", "age?"],
"responses": ["I am 22 years old!", "22 years young!"],
"context_set": ""
},
{"tag": "name",
"patterns": ["whats your name", "ur name", "my name is"],
"responses": ["I am genesis", "My name is Genesis, Nice to meet you"],
"context_set": ""
},
{"tag": "emi",
"patterns": ["emi", "scorpio", "months", "how much emi is left"],
"responses": ["8cgpa 1 hi bar aya uska, baki vo khud de rhe hai. Time lgega", "I am not comfortable talking about it over chat"],
"context_set": ""
}
]
}