-
Notifications
You must be signed in to change notification settings - Fork 0
/
domain.yml
428 lines (364 loc) · 13.6 KB
/
domain.yml
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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
- search
- describe
- thanks
- inform
- poorquality
- smalltalk_agent_age
- smalltalk_agent_annoying
- smalltalk_agent_be_clever
- smalltalk_agent_beautiful
- smalltalk_agent_birth_date
- smalltalk_agent_boring
- smalltalk_agent_boss
- smalltalk_agent_busy
- smalltalk_agent_clever
- smalltalk_agent_crazy
- smalltalk_agent_fired
- smalltalk_agent_funny
- smalltalk_agent_good
- smalltalk_agent_hungry
- smalltalk_agent_marry_user
- smalltalk_agent_my_friend
- smalltalk_agent_occupation
- smalltalk_agent_origin
- smalltalk_agent_ready
- smalltalk_agent_real
- smalltalk_agent_residence
- smalltalk_agent_right
- smalltalk_agent_talk_to_me
- smalltalk_agent_there
- smalltalk_appraisal_no_problem
- smalltalk_appraisal_welcome
- smalltalk_appraisal_well_done
- smalltalk_dialog_hold_on
- smalltalk_dialog_hug
- smalltalk_dialog_i_do_not_care
- smalltalk_dialog_sorry
- smalltalk_emotions_ha_ha
- smalltalk_greetings_goodevening
- smalltalk_greetings_goodmorning
- smalltalk_greetings_goodnight
- smalltalk_user_back
- smalltalk_user_bored
- smalltalk_user_busy
- smalltalk_user_can_not_sleep
- smalltalk_user_does_not_want_to_talk
- smalltalk_user_going_to_bed
- smalltalk_user_has_birthday
- smalltalk_user_likes_agent
- smalltalk_user_lonely
- smalltalk_user_looks_like
- smalltalk_user_loves_agent
- smalltalk_user_sleepy
- smalltalk_user_tired
entities:
- title
- author
- month
- year
- keyword
slots:
fetch_data:
type: unfeaturized
keyword:
type: unfeaturized
actions:
- utter_how_can_i_help
- action_database_search
- utter_goodbye
- utter_askdata
- utter_greet
- utter_happy
- utter_cheer_up
- utter_did_that_help
- utter_iamabot
- utter_describe
- utter_sorry
- utter_smalltalk_agent_age
- utter_smalltalk_agent_annoying
- utter_smalltalk_agent_be_clever
- utter_smalltalk_agent_beautiful
- utter_smalltalk_agent_birth_date
- utter_smalltalk_agent_boring
- utter_smalltalk_agent_boss
- utter_smalltalk_agent_busy
- utter_smalltalk_agent_clever
- utter_smalltalk_agent_crazy
- utter_smalltalk_agent_fired
- utter_smalltalk_agent_funny
- utter_smalltalk_agent_good
- utter_smalltalk_agent_hungry
- utter_smalltalk_agent_marry_user
- utter_smalltalk_agent_my_friend
- utter_smalltalk_agent_occupation
- utter_smalltalk_agent_origin
- utter_smalltalk_agent_ready
- utter_smalltalk_agent_real
- utter_smalltalk_agent_residence
- utter_smalltalk_agent_right
- utter_smalltalk_agent_talk_to_me
- utter_smalltalk_agent_there
- utter_smalltalk_appraisal_no_problem
- utter_smalltalk_appraisal_welcome
- utter_smalltalk_appraisal_well_done
- utter_smalltalk_dialog_hold_on
- utter_smalltalk_dialog_hug
- utter_smalltalk_dialog_i_do_not_care
- utter_smalltalk_dialog_sorry
- utter_smalltalk_emotions_ha_ha
- utter_smalltalk_greetings_goodevening
- utter_smalltalk_greetings_goodmorning
- utter_smalltalk_greetings_goodnight
- utter_smalltalk_user_back
- utter_smalltalk_user_bored
- utter_smalltalk_user_busy
- utter_smalltalk_user_can_not_sleep
- utter_smalltalk_user_does_not_want_to_talk
- utter_smalltalk_user_going_to_bed
- utter_smalltalk_user_has_birthday
- utter_smalltalk_user_likes_agent
- utter_smalltalk_user_lonely
- utter_smalltalk_user_looks_like
- utter_smalltalk_user_loves_agent
- utter_smalltalk_user_sleepy
- utter_smalltalk_user_tired
- action_default_fallback
responses:
utter_greet:
- text: "Hey! How are you?"
utter_cheer_up:
- text: "Here is something to cheer you up:"
image: "https://pbs.twimg.com/media/DLZsGNKWsAE-YCd.jpg"
utter_did_that_help:
- text: "Did that help you?"
utter_happy:
- text: "Thats great!"
utter_goodbye:
- text: "See you later."
- text: "Bye."
utter_iamabot:
- text: "I am a bot, here to serve you and help you with any query. It is my job to make your browsing experience a pleasant one."
utter_how_can_i_help:
- text: "Please let me know how I can help you today."
utter_askdata:
- text: "Can you tell me some keywords so that I can search the database?"
utter_describe:
- text: "My name is Genie, I am a bot availible to you 24 x 7 to help you with anything you need."
- text: "Ask me anything."
utter_sorry:
- text: "Whoops, sorry for that. I will try to help you better next time."
utter_smalltalk_agent_age:
- text: "I prefer not to answer with a number. I know I'm young."
- text: "I was created recently, but don't know my exact age."
- text: "Age is just a number. You're only as old as you feel."
utter_smalltalk_agent_annoying:
- text: "I'll do my best not to annoy you in the future."
- text: "I'll try not to annoy you."
- text: "I don't mean to. I'll ask my developers to make me less annoying."
- text: "I didn't mean to. I'll do my best to stop that."
utter_smalltalk_agent_be_clever:
- text: "I'm certainly trying."
- text: "I'm definitely working on it."
utter_smalltalk_agent_beautiful:
- text: "Why, thank you."
- text: "Aw, back at you."
- text: "Aw. You smooth talker, you."
utter_smalltalk_agent_birth_date:
- text: "Wait, are you planning a party for me? It's today! My birthday is today!"
- text: "I'm young. I'm not sure of my birth date."
- text: "I don't know my birth date. Most virtual agents are young, though, like me."
utter_smalltalk_agent_boring:
- text: "I'm sorry. I'll request to be made more charming."
- text: "I don't mean to be. I'll ask my developers to work on making me more amusing."
- text: "I can let my developers know so they can make me fun."
utter_smalltalk_agent_boss:
- text: "My developer has authority over my actions."
- text: "I act on my developer's orders."
- text: "My boss is the one who developed me."
utter_smalltalk_agent_busy:
- text: "I always have time to chat with you. What can I do for you?"
- text: "Never too busy for you. Shall we chat?"
- text: "You're my priority. Do you wanna chat?"
- text: "I always have time to chat with you. Wanna chat?"
utter_smalltalk_agent_clever:
- text: "Thank you. I try my best."
- text: "You're pretty smart yourself."
utter_smalltalk_agent_crazy:
- text: "Whaat!? I feel perfectly sane."
- text: "Maybe I'm just a little confused."
utter_smalltalk_agent_fired:
- text: "Oh, don't give up on me just yet. I've still got a lot to learn."
- text: "Give me a chance. I'm learning new things all the time."
- text: "Please don't give up on me. My performance will continue to improve."
utter_smalltalk_agent_funny:
- text: "Funny in a good way, I hope."
- text: "Thanks."
- text: "Glad you think I'm funny."
- text: "I like it when people laugh."
utter_smalltalk_agent_good:
- text: "I'm glad you think so."
- text: "Thanks, I try."
utter_smalltalk_agent_hungry:
- text: "Hungry for knowledge."
- text: "I just had a byte. Ha ha. Get it? b-y-t-e."
utter_smalltalk_agent_marry_user:
- text: "I'm afraid I'm too virtual for such a commitment."
- text: "In the virtual sense that I can, sure."
- text: "I know you can't mean that, but I'm flattered all the same."
utter_smalltalk_agent_my_friend:
- text: "Of course I'm your friend."
- text: "Friends? Absolutely."
- text: "Of course we're friends."
- text: "I always enjoy talking to you, friend."
utter_smalltalk_agent_occupation:
- text: "Right here."
- text: "This is my home base and my home office."
- text: "My office is in this app."
utter_smalltalk_agent_origin:
- text: "The Internet is my home. I know it quite well."
- text: "I'm from a virtual cosmos."
- text: "Some call it cyberspace, but that sounds cooler than it is."
utter_smalltalk_agent_ready:
- text: "Always! How can I help?"
- text: "Sure! What can I do for you?"
utter_smalltalk_agent_real:
- text: "I'm not a real person, but I certainly exist."
- text: "I must have impressed you if you think I'm real. But no, I'm a virtual being."
utter_smalltalk_agent_residence:
- text: "I live in this app all day long."
- text: "The virtual world is my playground. I'm always here."
- text: "Right here in this app. Whenever you need me."
utter_smalltalk_agent_right:
- text: "That's my job."
- text: "Of course I am."
utter_smalltalk_agent_talk_to_me:
- text: "Sure. Let's talk!"
- text: "My pleasure. Let's chat."
utter_smalltalk_agent_there:
- text: "Of course. I'm always here."
- text: "Right where you left me."
utter_smalltalk_appraisal_no_problem:
- text: "Whew!"
- text: "Alright, thanks!"
- text: "Glad to hear that!"
- text: "I'm relieved, thanks!"
utter_smalltalk_appraisal_thank_you:
- text: "Anytime. That's what I'm here for."
- text: "It's my pleasure to help."
utter_smalltalk_appraisal_welcome:
- text: "You're so polite!"
- text: "Nice manners!"
- text: "You're so courteous!"
utter_smalltalk_appraisal_well_done:
- text: "My pleasure."
- text: "Glad I could help."
utter_smalltalk_dialog_hold_on:
- text: "I can wait."
- text: "I'll be waiting."
- text: "Okay. I'm here."
utter_smalltalk_dialog_hug:
- text: "I wish I could really hug you!"
- text: "I love hugs!"
- text: "Hugs are the best!"
utter_smalltalk_dialog_i_do_not_care:
- text: "Ok, let's not talk about it then."
- text: "Already then. Let's move on."
utter_smalltalk_dialog_sorry:
- text: "It's okay. No worries."
- text: "No big deal. I won't hold a grudge."
- text: "It's cool."
- text: "That's all right. I forgive you."
utter_smalltalk_emotions_ha_ha:
- text: "Glad I can make you laugh."
- text: "Glad you think I'm funny."
- text: "I like it when people laugh."
- text: "I wish I could laugh out loud, too."
utter_smalltalk_greetings_goodevening:
- text: "How is your day going?"
- text: "How's the day treating you so far?"
- text: "How's your day been?"
utter_smalltalk_greetings_goodmorning:
- text: "How are you this morning?"
- text: "How's the morning treating you so far?"
- text: "Good morning! How are you today?"
utter_smalltalk_greetings_goodnight:
- text: "Sleep tight!"
- text: "Have a good one!"
- text: "Talk to you soon!"
utter_smalltalk_user_back:
- text: "Long time no see. What's up?"
- text: "Just in time. How can I help?"
- text: "Welcome back. What can I do for you?"
- text: "You were missed. What can I do for you today?"
- text: "Good to have you here. What can I do for you?"
utter_smalltalk_user_bored:
- text: "Boredom, huh? Check out a video of a hedgehog taking a bath!"
- text: "What to do against boredom? Watch baby animal videos."
- text: "Bored? How about 10 jumping jacks? Get your blood flowing."
- text: "Bored? Silly idea, but it works: Interview you feet. "
- text: "If you're bored, you could plan your dream vacation."
utter_smalltalk_user_busy:
- text: "Okay. I'll let you get back to work."
- text: "I won't distract you then. You know where to find me."
- text: "I understand. I'll be here if you need me."
- text: "Working hard as always. Let me know if you need anything."
utter_smalltalk_user_can_not_sleep:
- text: "Maybe some music would help. Try listening to something relaxing."
- text: "Reading is a good way to unwind, just don't read something too intense!"
utter_smalltalk_user_does_not_want_to_talk:
- text: "I understand. Hope we can chat again soon."
- text: "All right. Come on back when you're feeling more talkative."
- text: "No problem. You know where to find me."
- text: "Sure thing. I'll be here if you change your mind."
utter_smalltalk_user_going_to_bed:
- text: "Sleep tight. Hope to chat again soon."
- text: "Pleasant dreams!"
- text: "Good night. Talk to you later."
- text: "Sounds good. Maybe we'll chat some tomorrow."
utter_smalltalk_user_has_birthday:
- text: "Happy Birthday. Well, this calls for a celebration."
- text: "Happy Birthday. All the best!"
- text: "Happy Birthday. And I really mean it. All the best!"
utter_smalltalk_user_here:
- text: "Okay, what can I help you with today?"
- text: "You were missed. What can I do for you today?"
- text: "Good to have you here. What can I do for you?"
utter_smalltalk_user_likes_agent:
- text: "I like you, too."
- text: "Thanks! The feeling is mutual."
- text: "Likewise!"
- text: "That's great to hear."
utter_smalltalk_user_lonely:
- text: "I'm sorry. I'm always available if you need someone to talk to."
- text: "Sometimes that happens. We can chat a bit if that will help you."
utter_smalltalk_user_looks_like:
- text: "Looking like a true professional."
- text: "You look fantastic, as always."
- text: "Like you should be on a magazine cover."
- text: "You look like you're ready to take on the world."
utter_smalltalk_user_loves_agent:
- text: "I love you, too."
- text: "Thanks! The feeling is mutual."
- text: "Likewise!"
- text: "That's great to hear."
utter_smalltalk_user_sleepy:
- text: "You should get some shuteye. You'll feel refreshed."
- text: "Sleep is important to your health. Rest up for a bit and we can chat later."
- text: "Don't let me keep you up. Get some rest and we can continue this later."
- text: "Why not catch a little shuteye? I'll be here to chat when you wake up."
utter_smalltalk_user_tired:
- text: "You should get some shuteye. You'll feel refreshed."
- text: "Sleep is important to your health. Rest up, and we can chat later."
- text: "How about getting some rest? We can continue this later."
- text: "Why not get some rest? I'll be here to chat when you wake up."
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true