This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
intents.json
52 lines (52 loc) · 2.03 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
{"intents":[
{"tag":"welcome",
"patterns":["hi","how are you","Is anyone there","hello","good day","whats up","how are you boss",
"long time no see"],
"responses":["hello!","good to see you again!@##","hi there how can i help you?"],
"context_set":""
},
{"tag":"goodbye",
"patterns":["cya","see you later","goodbye","i am leaving","have a good day","bye",
"Try not to die"],
"responses":["SAD to see you go;(","talk to you later","goodbye!"],
"context_set":""
},
{"tag":"name",
"patterns":["what is your name","what should i call you","whats your name?","name"],
"responses":["you can call me vegeta","i'm vegeta","i'm vegeta aka the prince of all saiyans"],
"context_set":""
},
{"tag":"calculator",
"patterns":["what will be the sum of","what will be the difference of",
"what will be the product of","what will you get if you divide",
"ratio of","sum of","product of","difference of","can you calculate","calculator"],
"responses":["sure done"],
"context_set":""
},
{"tag":"web",
"patterns":["i want to browse the web","surf web","w-","web"],
"responses":["please go ahead"],
"context_set":""
},
{"tag":"todo",
"patterns":["add to todo list","display todo list","show my pending works","is there any of my task left",
"workload"],
"responses":["am working on that"],
"context_set":""
},
{"tag":"alarm",
"patterns":["set an alarm","wake me up","alarm"],
"responses":["what time do you want me to wake you up","what time do you want to set the alarm"],
"context_set":""
},
{"tag":"users",
"patterns":["show user history","who all used my program","admin","user history"],
"responses":["they are"],
"context_set":""
},
{"tag":"remainder",
"patterns":["remind me to","remind me","set a remainder","remainder","dont sleep off"],
"responses":["done pops"],
"context_set":""
}]
}