-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintents.json
21 lines (21 loc) · 1.13 KB
/
intents.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{"intents":[
{"tag":"greeting",
"patterns":["hello","hey","hi","good day","Greetings","how is it going?"],
"responses":["Hello","Hey","What can i do for you?"]},
{"tag": "goodbye",
"patterns": ["cya", "See you later", "Goodbye", "I am Leaving", "Have a Good day", "bye"],
"responses": ["Sad to see you go : (", "Talk to you later", "Goodbye!","cao", "see ya"]},
{"tag": "age",
"patterns": ["how old", "how old is florian", "what is your age", "how old are you", "age?"],
"responses": ["My owner Florian is 21 years old!", "21 years!"]},
{"tag": "name",
"patterns": ["what is your name", "what should I call you", "whats your name?", "who are you?", "Can you tell me"] ,
"responses": ["You can call me mewbot!", "I'm mew!", "I'm mewbot the assistant of Florian! "]},
{"tag": "shop",
"patterns": ["Id like to buy something", "what are your products?", "what do you recommend?", "what are you sella"],
"responses": ["mewtools have a seven part Python book series and a lot of free content on YouTube and the Blog"]},
{"tag": "hours",
"patterns": ["when are you guys open", "what are your hours"],
"responses":["24/7"]}
]
}