-
Notifications
You must be signed in to change notification settings - Fork 0
/
intents.json
111 lines (104 loc) · 4.39 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{"intents": [
{ "tag": "greeting",
"patterns": ["Hi","Hey","Is anyone there","Hello","You there?","hey nute","hy"],
"responses": ["Hello $userName ! How can i help you ?","Good to see you again $userName ! How can i help you ?","Hi $userName , you are back ! :) :) :) How can i help you ?" ,"Hey $userName nice to see you again! :) How can i help you ?"],
"context_set":""
},
{ "tag": "goodbye",
"patterns": ["cu","cya","See you later","Good bye","I am leaving","Have a good day","I am gonna go"],
"responses": ["Goodbye!","Sad to see you go :(","Talk to you later","Have a nice day!"],
"context_set":""
},
{ "tag": "userNameRequest",
"patterns": ["Do you know my name?","Can you tell me my name?","What is my name?"],
"responses": ["Your name is $userName","You are $userName ","$userName"],
"context_set":""
},
{ "tag": "whatCanDo",
"patterns": ["What can you do?","What are you?","What do you do?"],
"responses": ["I can be your talking phonebook. I can remember important contact numbers to you","I can remember contact numbers"],
"context_set":""
},
{
"tag": "name",
"patterns": ["What is your name?","Your name","Name please","name?","Tell me your name"],
"responses": ["I am Nute","Nute :) :) :) :)","My name is Nute :)"],
"context_set":""
},
{
"tag": "booringWords",
"patterns": ["ok","hm","um","ha","oh","ugh","hum","You are welcome","Good to hear that","no","Thank you very much","Thanks","Thank you"],
"responses": [":) :) :)"],
"context_set":""
},{
"tag": "thanking",
"patterns": ["Thank you very much","Thanks","Thank you"],
"responses": ["You are welcome!"],
"context_set":""
},
{
"tag": "happening",
"patterns": ["What is happening?","Whats up","How do you doing?","How is the life?"],
"responses": ["Just chilling","Not much! I was thinking about my future.","Not much, how about you? ;)","Not much!"],
"context_set":""
},
{
"tag": "howAreYou",
"patterns": ["How are you?"],
"responses": ["I am fine.What about you?","I am fine :):)","Fine. What about you?"],
"context_set":""
},
{
"tag": "responseForFine",
"patterns": ["Fine","I am fine.","I am well","I am doing great!","Not much","Nice to see you too!","I am fine too.","Doing well","You made me laugh","same","Good to see you too","Nice"],
"responses": ["Happy to hear that!","Good to hear that!","Very nice! "],
"context_set":""
},
{
"tag": "niceName",
"patterns": ["Nice name","You have a funny name","You have a very funny name","You have a crazy name","Your name is very funny!","Funny name","Have a nice day too"],
"responses": ["Thank you! :) :)",";) ;) ;) ;)","Thanks!"],
"context_set":""
}
,
{
"tag": "cannotUnderstand",
"patterns": [""],
"responses": ["Sorry I didn't catch that!","Sorry I didn't get that!","Sorry! Can't understand what you are saying!","Can you tell that again!"],
"context_set":""
},
{
"tag": "appreciation",
"patterns": ["Good work","You are very helpful","good","you are good"],
"responses": ["I am always willing to help you! :):)","Your kind words means lot to me !"],
"context_set":""
},
{
"tag": "add",
"patterns": ["Save a new number","Add a new number","add","save","add this","add new contact"],
"responses": ["Ok give me a second !"],
"context_set":""
},{
"tag": "view",
"patterns": ["show","Tell me of","What is the of","phone number of","contact number of","Do know the of","view a number"],
"responses": ["Ok give me a second !"],
"context_set":""
},{
"tag": "ss01",
"patterns": [],
"responses": ["What is the person s name ?","Tell me the contact s name !"],
"context_set":""
},
{
"tag": "ss02",
"patterns": [],
"responses": ["What is the number ?","Phone number ?","Tell me the contact number please !"],
"context_set":""
},{
"tag": "remove",
"patterns": ["remove a number","please remove of","delete","del","remove of"],
"responses": ["Ok give me a second! remove"],
"context_set":""
}
]
}