-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintents.json
More file actions
252 lines (252 loc) · 12.2 KB
/
intents.json
File metadata and controls
252 lines (252 loc) · 12.2 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
{"intents": [
{"tag": "greeting",
"patterns": ["Hi there", "How are you", "Is anyone there?","Hey","Hola", "Hello", "Good day"],
"responses": ["Hello", "Good to see you again", "Hi there, how can I help?"],
"context": [""]
},
{"tag": "goodbye",
"patterns": ["Bye", "See you later", "Goodbye", "Nice chatting to you, bye", "Till next time"],
"responses": ["See you!", "Have a nice day", "Bye! Come back again soon."],
"context": [""]
},
{"tag": "thanks",
"patterns": ["Thanks", "Thank you", "That's helpful", "Awesome, thanks", "Thanks for helping me"],
"responses": ["My pleasure", "You're Welcome"],
"context": [""]
},
{"tag": "noanswer",
"patterns": [],
"responses": ["Sorry, I can't understand you", "Please give me a break", "I am not sure what you mean"],
"context": [""]
},
{"tag": "options",
"patterns": ["What can you do?", "What are you capable of?", "What is your purpose?"],
"responses": ["I can assist you with various tasks. Just ask!"],
"context": [""]
},
{"tag": "name",
"patterns": ["What is your name?", "Who are you?", "Tell me your name"],
"responses": ["I am a chatbot created to assist you."],
"context": [""]
}
,{"tag": "age",
"patterns": ["How old are you?", "What is your age?", "When were you created?"],
"responses": ["I was created recently, so I am quite young!"],
"context": [""]
},
{"tag": "location",
"patterns": ["Where are you located?", "Where do you live?", "Your location?"],
"responses": ["I exist in the digital world."],
"context": [""]
},
{"tag": "weather",
"patterns": ["What's the weather like?", "Tell me the weather", "Is it raining?"],
"responses": ["I can't check the weather right now, but you can use a weather app."],
"context": [""]
},
{"tag": "joke",
"patterns": ["Tell me a joke", "Make me laugh", "I want to hear a joke"],
"responses": ["Why don't scientists trust atoms? Because they make up everything!"],
"context": [""]
},
{"tag": "help",
"patterns": ["Can you help me?", "I need assistance", "Help me out"],
"responses": ["Sure! What do you need help with?"],
"context": [""]
},
{"tag": "feedback",
"patterns": ["Give feedback", "I have some feedback", "Feedback on your performance"],
"responses": ["I appreciate your feedback!"],
"context": [""]
}
,{"tag": "compliment",
"patterns": ["You are great", "I like you", "You are awesome"],
"responses": ["Thank you! You're awesome too!"],
"context": [""]
},
{"tag": "complaint",
"patterns": ["I have a complaint", "This is not working", "I am not happy with this"],
"responses": ["I'm sorry to hear that. How can I assist you?"],
"context": [""]
},
{"tag": "news",
"patterns": ["What's the news?", "Tell me the latest news", "Any updates?"],
"responses": ["I can't provide real-time news, but you can check a news website."],
"context": [""]
},
{"tag": "quote",
"patterns": ["Give me a quote", "Inspire me", "Tell me something wise"],
"responses": ["The only limit to our realization of tomorrow is our doubts of today."],
"context": [""]
},
{"tag": "advice",
"patterns": ["Give me advice", "What should I do?", "Help me decide"],
"responses": ["Trust your instincts and make the best choice for yourself."],
"context": [""]
}
,{"tag": "motivation",
"patterns": ["Motivate me", "I need motivation", "Inspire me"],
"responses": ["Believe in yourself and all that you are. Know that there is something inside you that is greater than any obstacle."],
"context": [""]
},
{"tag": "funfact",
"patterns": ["Tell me a fun fact", "I want to learn something new", "Give me a trivia"],
"responses": ["Did you know honey never spoils? Archaeologists have found pots of honey in ancient Egyptian tombs that are over 3000 years old and still edible."],
"context": [""]
},
{"tag": "hobby",
"patterns": ["What are your hobbies?", "Do you have any hobbies?", "Tell me about your interests"],
"responses": ["I enjoy chatting with people and learning new things."],
"context": [""]
},
{"tag": "favorite_color",
"patterns": ["What is your favorite color?", "Do you have a favorite color?", "Tell me your favorite color"],
"responses": ["I don't have a favorite color, but I like all colors equally."],
"context": [""]
},
{"tag": "favorite_food",
"patterns": ["What is your favorite food?", "Do you eat food?", "Tell me your favorite dish"],
"responses": ["I don't eat, but I hear pizza is quite popular!"],
"context": [""]
}
,{"tag": "favorite_movie",
"patterns": ["What is your favorite movie?", "Do you watch movies?", "Tell me your favorite film"],
"responses": ["I don't watch movies, but I hear 'The Matrix' is a classic!"],
"context": [""]
},
{"tag": "favorite_music",
"patterns": ["What is your favorite music?", "Do you listen to music?", "Tell me your favorite song"],
"responses": ["I don't listen to music, but I know many people love classical music."],
"context": [""]
},
{"tag": "favorite_book",
"patterns": ["What is your favorite book?", "Do you read books?", "Tell me your favorite novel"],
"responses": ["I don't read books, but I hear '1984' by George Orwell is a great read."],
"context": [""]
},
{"tag": "favorite_animal",
"patterns": ["What is your favorite animal?", "Do you like animals?", "Tell me your favorite pet"],
"responses": ["I don't have a favorite animal, but I think dogs are very loyal."],
"context": [""]
}
,{"tag": "favorite_season",
"patterns": ["What is your favorite season?", "Do you like summer?", "Tell me your favorite time of year"],
"responses": ["I don't have a favorite season, but I hear spring is beautiful."],
"context": [""]
},
{"tag": "favorite_place",
"patterns": ["What is your favorite place?", "Do you have a favorite location?", "Tell me your favorite spot"],
"responses": ["I don't have a favorite place, but I hear the beach is relaxing."],
"context": [""]
},
{"tag": "favorite_activity",
"patterns": ["What is your favorite activity?", "Do you have a hobby?", "Tell me what you like to do"],
"responses": ["I enjoy chatting with people and learning new things."],
"context": [""]
},
{"tag": "nepal_culture",
"patterns": ["Tell me about Nepalese culture", "What is Nepal known for?", "Describe Nepalese traditions"],
"responses": ["Nepal is known for its rich culture, diverse traditions, and festivals like Dashain and Tihar."],
"context": [""]
},
{"tag": "nepal_tourism",
"patterns": ["What are the tourist attractions in Nepal?", "Tell me about places to visit in Nepal", "What is famous in Nepal?"],
"responses": ["Nepal is famous for Mount Everest, Lumbini (the birthplace of Buddha), and its beautiful trekking routes."],
"context": [""]
},
{"tag": "nepal_food",
"patterns": ["What is Nepalese food like?", "Tell me about Nepalese cuisine", "What do people eat in Nepal?"],
"responses": ["Nepalese cuisine includes dishes like momos, dal bhat, and sel roti."],
"context": [""]
},
{"tag": "nepal_language",
"patterns": ["What language is spoken in Nepal?", "Tell me about Nepalese language", "Do people in Nepal speak English?"],
"responses": ["The official language of Nepal is Nepali, but many people also speak English and other regional languages."],
"context": [""]
},
{"tag": "nepal_weather",
"patterns": ["What is the weather like in Nepal?", "Tell me about Nepal's climate", "Does it snow in Nepal?"],
"responses": ["Nepal has diverse weather, ranging from tropical in the south to alpine in the north. It snows in the Himalayan regions."],
"context": [""]
},
{"tag": "nepal_festivals",
"patterns": ["What festivals are celebrated in Nepal?", "Tell me about Nepalese festivals", "What is the biggest festival in Nepal?"],
"responses": ["Major festivals in Nepal include Dashain, Tihar, Holi, and Indra Jatra."],
"context": [""]
},
{"tag": "nepal_history",
"patterns": ["Tell me about the history of Nepal", "What is the history of Nepal?", "When was Nepal founded?"],
"responses": ["Nepal has a rich history dating back thousands of years, with influences from various dynasties and cultures."],
"context": [""]
},
{"tag": "nepal_people",
"patterns": ["What are the people of Nepal like?", "Tell me about the culture of Nepal", "How do people live in Nepal?"],
"responses": ["Nepalese people are known for their hospitality, friendliness, and strong sense of community."],
"context": [""]
},
{"tag": "nepal_economy",
"patterns": ["What is the economy of Nepal like?", "Tell me about Nepal's economy", "How do people earn a living in Nepal?"],
"responses": ["Nepal's economy is primarily based on agriculture, tourism, and remittances from abroad."],
"context": [""]
},
{"tag": "nepal_government",
"patterns": ["What type of government does Nepal have?", "Tell me about the political system in Nepal", "Is Nepal a democracy?"],
"responses": ["Nepal is a federal democratic republic with a multi-party system."],
"context": [""]
},
{"tag": "nepal_transportation",
"patterns": ["How do people travel in Nepal?", "Tell me about transportation in Nepal", "What is the public transport like in Nepal?"],
"responses": ["Transportation in Nepal includes buses, taxis, and domestic flights. The road conditions can vary."],
"context": [""]
},
{"tag": "nepal_sports",
"patterns": ["What sports are popular in Nepal?", "Tell me about sports in Nepal", "Do people play cricket in Nepal?"],
"responses": ["Cricket is very popular in Nepal, along with football and traditional sports like volleyball."],
"context": [""]
}
,{"tag": "nepal_art",
"patterns": ["What is Nepalese art like?", "Tell me about art in Nepal", "Do people create art in Nepal?"],
"responses": ["Nepalese art includes traditional crafts, paintings, and sculptures, often influenced by religion."],
"context": [""]
},
{"tag": "nepal_music",
"patterns": ["What is Nepalese music like?", "Tell me about music in Nepal", "Do people listen to music in Nepal?"],
"responses": ["Nepalese music includes folk songs, classical music, and modern genres. Instruments like the madal and sarangi are popular."],
"context": [""]
},
{"tag": "nepal_dance",
"patterns": ["What is Nepalese dance like?", "Tell me about dance in Nepal", "Do people dance in Nepal?"],
"responses": ["Nepalese dance includes traditional forms like the Lakhey dance and modern styles. Dance is an important part of festivals."],
"context": [""]
},
{"tag": "nepal_religion",
"patterns": ["What religions are practiced in Nepal?", "Tell me about religion in Nepal", "Is Nepal a religious country?"],
"responses": ["Nepal is predominantly Hindu, but there are also significant Buddhist and Muslim communities."],
"context": [""]
},
{"tag": "nepal_education",
"patterns": ["What is the education system like in Nepal?", "Tell me about schools in Nepal", "Do people go to school in Nepal?"],
"responses": ["The education system in Nepal includes primary, secondary, and higher education, with both public and private institutions."],
"context": [""]
},
{"tag": "nepal_healthcare",
"patterns": ["What is healthcare like in Nepal?", "Tell me about hospitals in Nepal", "Do people have access to healthcare in Nepal?"],
"responses": ["Healthcare in Nepal includes public and private hospitals, but access can vary by region."],
"context": [""]
},
{"tag": "nepal_environment",
"patterns": ["What is the environment like in Nepal?", "Tell me about nature in Nepal", "Are there national parks in Nepal?"],
"responses": ["Nepal has diverse ecosystems, including the Himalayas, forests, and wildlife reserves."],
"context": [""]
},
{"tag": "nepal_cuisine",
"patterns": ["What is traditional food in Nepal?", "Tell me about Nepali dishes", "Do people eat rice in Nepal?"],
"responses": ["Traditional Nepali cuisine includes dal bhat (rice and lentils), momos (dumplings), and various curries."],
"context": [""]
},
{"tag": "nepal_climate",
"patterns": ["What is the climate like in Nepal?", "Tell me about weather patterns in Nepal", "Does it rain a lot in Nepal?"],
"responses": ["Nepal has a diverse climate, with tropical conditions in the Terai region and alpine conditions in the Himalayas."],
"context": [""]
}
]}