-
Notifications
You must be signed in to change notification settings - Fork 0
/
domain.yml
769 lines (686 loc) · 26.8 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
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
version: "3.1"
intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
- find_degree_coordinator
- selected_general_information
- selected_cv_assistance
- selected_eligibility_test
- general_information_timing
- general_information_overall
- application_process_guidance_general_guidance
- application_process_guidance_internship_management_system
- no_questions
- more_questions
- ask_use_cases
- email_writing
- acknowledge
- selected_application_process_guidance
- cv_resume_assistance_format
- cv_resume_assistance_cv_structure
- cv_resume_assistance_design_guidance
- cv_resume_assistance
- reset_form
- document_checklist
- visa_and_legal_requirements
forms:
basic_information:
required_slots:
- german
- old
- kids
- degree_program
- name
- student_email
eligibility_assessment_form:
required_slots:
- is_valid_semester
- has_enough_ects
- internship_duration
satisfaction_feedback:
required_slots:
- satisfaction
- give_feedback
write_email:
required_slots:
- subject
- body
- mnr_number
slots:
german:
type: bool
mappings:
- type: from_intent
intent: affirm
value: true
conditions:
- active_loop: basic_information
requested_slot: german
- type: from_intent
intent: deny
value: false
conditions:
- active_loop: basic_information
requested_slot: german
old:
type: bool
mappings:
- type: from_intent
intent: affirm
value: true
conditions:
- active_loop: basic_information
requested_slot: old
- type: from_intent
intent: deny
value: false
conditions:
- active_loop: basic_information
requested_slot: old
kids:
type: bool
mappings:
- type: from_intent
intent: affirm
value: true
conditions:
- active_loop: basic_information
requested_slot: kids
- type: from_intent
intent: deny
value: false
conditions:
- active_loop: basic_information
requested_slot: kids
degree_program:
type: text
mappings:
- type: from_text
conditions:
- active_loop: basic_information
requested_slot: degree_program
name:
type: text
mappings:
- type: from_text
conditions:
- active_loop: basic_information
requested_slot: name
student_email:
type: text
mappings:
- type: from_text
conditions:
- active_loop: basic_information
requested_slot: student_email
satisfaction:
type: bool
mappings:
- type: from_intent
intent: affirm
value: true
conditions:
- active_loop: satisfaction_feedback
requested_slot: satisfaction
- type: from_intent
intent: deny
value: false
conditions:
- active_loop: satisfaction_feedback
requested_slot: satisfaction
is_valid_semester:
type: bool
mappings:
- type: from_intent
intent: affirm
value: true
conditions:
- active_loop: eligibility_assessment_form
requested_slot: is_valid_semester
- type: from_intent
intent: deny
value: false
conditions:
- active_loop: eligibility_assessment_form
requested_slot: is_valid_semester
has_enough_ects:
type: bool
mappings:
- type: from_intent
intent: affirm
value: true
conditions:
- active_loop: eligibility_assessment_form
requested_slot: has_enough_ects
- type: from_intent
intent: deny
value: false
conditions:
- active_loop: eligibility_assessment_form
requested_slot: has_enough_ects
internship_duration:
type: bool
mappings:
- type: from_intent
intent: affirm
value: true
conditions:
- active_loop: eligibility_assessment_form
requested_slot: internship_duration
- type: from_intent
intent: deny
value: false
conditions:
- active_loop: eligibility_assessment_form
requested_slot: internship_duration
give_feedback:
type: bool
mappings:
- type: from_intent
intent: affirm
value: true
conditions:
- active_loop: satisfaction_feedback
requested_slot: give_feedback
- type: from_intent
intent: deny
value: false
conditions:
- active_loop: satisfaction_feedback
requested_slot: give_feedback
subject:
type: text
mappings:
- type: from_text
conditions:
- active_loop: write_email
requested_slot: subject
body:
type: text
mappings:
- type: from_text
conditions:
- active_loop: write_email
requested_slot: body
mnr_number:
type: text
mappings:
- type: from_text
conditions:
- active_loop: write_email
requested_slot: mnr_number
responses:
utter_greet:
- text: "Hey! I am Jarnathan.\n
Here to help you with your internship abroad."
utter_cheer_up:
- text: "Here is something to cheer you up:"
image: "https://i.imgur.com/nGF1K8f.jpg"
utter_did_that_help:
- text: "Did that help you?"
utter_happy:
- text: "Great, carry on!"
# conversation ending responses
utter_feedback:
- condition:
- type: slot
name: give_feedback
value: true
text: "Thank you for your time\n
You can email us the feedback at dithelp@gmail.com"
- text: "No worries!"
utter_goodbye:
- condition:
- type: slot
name: satisfaction
value: false
text: "Thank you for your time\n
I am extremely sorry that I could not help you better\n
Have a great day!"
- text: "Nice to hear that! Hope you have a great day!"
utter_iamabot:
- text: "I am Jarnathan, powered by Harsh, Ilia and Rasa."
utter_can_still_ask:
- text: "No worries! You can still ask your questions!\n
Although I won't be able to help you better."
# Questions for form: basic information
utter_ask_fill_form:
- text: "Would you like to answer some questions\n
so that we could help you better?"
utter_ask_german:
- text: "Are you a german/EU citizen?"
utter_ask_old:
- text: "Are you an older college student (25+)?"
utter_ask_kids:
- text: "Do you have kids?"
utter_ask_degree_program:
- text: "Please enter your degree program (Ex AIN)"
utter_ask_name:
- text: "What is your name? (Please enter name only!)"
utter_ask_student_email:
- text: "What is your student email? (Please enter email only!)"
#after form submission
utter_submit:
- text: "All done!"
utter_slots_values:
- text: "Here is your data\n:
Name: {name}\n
EU Citizen: {german}\n
Older college student: {old}\n
Degree Program: {degree_program}\n
Email: {student_email}\n
Is the above information correct?"
buttons:
- title: "Yes"
payload: '/ask_use_cases'
- title: "No"
payload: '/reset_form'
utter_degree_coordinator_and_guidelines:
- condition:
- type: slot
name: degree_program
value: BIW
text: "Email of {degree_program} internship coordinator: gerd.maurer@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_biw_2022.pdf"
- condition:
- type: slot
name: degree_program
value: BMA
text: "Email of {degree_program} internship coordinator: gerd.maurer@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_bma_2022.pdf"
- condition:
- type: slot
name: degree_program
value: UIW
text: "Email of {degree_program} internship coordinator: josef.langenecker@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_uiw_2022.pdf"
- condition:
- type: slot
name: degree_program
value: AI
text: "Email of {degree_program} internship coordinator: udo.garmann@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_ai.pdf"
- condition:
- type: slot
name: degree_program
value: IAS
text: "Email of {degree_program} internship coordinator: udo.garmann@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_ai.pdf"
- condition:
- type: slot
name: degree_program
value: CY
text: "Email of {degree_program} internship coordinator: michael.heigl@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_cy_b.pdf"
- condition:
- type: slot
name: degree_program
value: KI
text: "Email of {degree_program} internship coordinator: patrick.glauner@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_ki.pdf"
- condition:
- type: slot
name: degree_program
value: WI
text: "Email of {degree_program} internship coordinator: stephan.scheuerer@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_wi-b.pdf"
- condition:
- type: slot
name: degree_program
value: AIN
text: "Email of {degree_program} internship coordinator: patrick.glauner@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_ain.pdf"
- condition:
- type: slot
name: degree_program
value: BWL
text: "Email of {degree_program} internship coordinator: juergen.sikorski@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_bwl.pdf"
- condition:
- type: slot
name: degree_program
value: IM
text: "Email of {degree_program} internship coordinator: adrian.hubel@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_im.pdf"
- condition:
- type: slot
name: degree_program
value: TM
text: "Email of {degree_program} internship coordinator: Waldemar.berg@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_tm.pdf"
- condition:
- type: slot
name: degree_program
value: VWL
text: "Email of {degree_program} internship coordinator: marcus.dittrich@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_vwl.pdf"
- condition:
- type: slot
name: degree_program
value: WyPsi
text: "Email of {degree_program} internship coordinator: marcus.dittrich@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_wypsi-b.pdf"
- condition:
- type: slot
name: degree_program
value: ET
text: "Email of {degree_program} internship coordinator: detlef.brumbi@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_et_em_ab_20232.pdf"
- condition:
- type: slot
name: degree_program
value: EM
text: "Email of {degree_program} internship coordinator: detlef.brumbi@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_et_em_ab_20232.pdf"
- condition:
- type: slot
name: degree_program
value: MT
text: "Email of {degree_program} internship coordinator: jens.schanze@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_mt_ab_20232.pdf"
- condition:
- type: slot
name: degree_program
value: MB
text: "Email of {degree_program} internship coordinator: martin.aust@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_mb.pdf"
- condition:
- type: slot
name: degree_program
value: MK
text: "Email of {degree_program} internship coordinator: martin.aust@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_mk.pdf"
- condition:
- type: slot
name: degree_program
value: TD
text: "Email of {degree_program} internship coordinator: martin.aust@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_td.pdf"
- condition:
- type: slot
name: degree_program
value: ASW
text: "Email of {degree_program} internship coordinator: jens.martin@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_asw.pdf"
- condition:
- type: slot
name: degree_program
value: INI
text: "Email of {degree_program} internship coordinator: oliver.neumann@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_ini.pdf"
- condition:
- type: slot
name: degree_program
value: TP
text: "Email of {degree_program} internship coordinator: gerald.fuetterer@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_tp.pdf"
- condition:
- type: slot
name: degree_program
value: WIW
text: "Email of {degree_program} internship coordinator: oliver.neumann@th-deg.de
{degree_program} internship guidelines link: https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/richtlinien_wiw.pdf"
- text: "Unfortunately, I could not find the email for your specific program.\n
(Have you filled the form/entered the right value?)
Here is the link to the collection of all guidelines:\n
https://www.th-deg.de/en/students/documents#internship"
utter_use_cases:
- text: "Here are my use cases:"
buttons:
- title: "General Information"
payload: '/selected_general_information'
- title: "Eligibility assessment"
payload: "/selected_eligibility_test"
- title: "Application process guidance"
payload: "/selected_application_process_guidance"
- title: "CV Assistance"
payload: '/selected_cv_assistance'
- title: "Document checklist"
payload: "/document_checklist"
- title: "Visa and Legal requirements"
payload: "/visa_and_legal_requirements"
- title: "Who can I contact?"
payload: '/find_degree_coordinator'
- title: "Custom Email"
payload: '/email_writing'
- title: "Fill/Reset Form"
payload: '/reset_form'
# category: general information
utter_general_information_sub_questions:
- text: "Welcome to general information\n
You can type in your questions, or directly find an answer for the ones listed below\n"
buttons:
- title: "Timing"
payload: '/general_information_timing'
- title: "Overall Description"
payload: '/general_information_overall'
- title: "Back to Main Topics"
payload: '/ask_use_cases'
utter_general_information_timing:
- text: "Minimum internship duration in the training company must not be\n
less than 90 working days1 (18 full weeks). Public holidays, sick days, \n
any recreational leaves or any company holidays shall be excluded from this\n
minimum internship duration. You are responsible for ensuring that this\n
duration is complied with. Combined with the two block weeks of courses\n
accompanying the internship, this results in the required minimum internship\n
duration of 20 weeks."
utter_general_information_overall:
- text: "The practical semester at the Deggendorf Institute of Technology is carried out in companies\n
and enterprises in Germany or abroad, e.g. in industrial and commercial enterprises, banks, insurance \n
companies or public offices.\n\n
Further details (including the duration of the internship) can be found in the examination regulations of the DIT.\n
In addition to the usually 18 weeks of internship in a company, practical courses in the form of block courses\n
are held at the university (PLV).\n\n
General Information on how to prepare the compulsory internship for bachelor students can be found in the checklist below:\n
https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/Career-Service-Praktikum-Checkliste-2021-en.pdf"
utter_more_questions_general_information:
- text: "Do you have some more questions regarding general information?"
buttons:
- title: "Yes"
payload: '/selected_general_information'
- title: "Go back to main topics"
payload: '/ask_use_cases'
- title: "No more questions related to any topic"
payload: '/no_questions'
# category: Application process guidance
utter_application_process_guidance_sub_questions:
- text: "Here are the sub-questions:"
buttons:
- title: "Internship management system"
payload: '/application_process_guidance_internship_management_system'
- title: "General Guidance"
payload: '/application_process_guidance_general_guidance'
- title: "Back to Main Topics"
payload: '/ask_use_cases'
utter_application_process_guidance_internship_management_system:
- text: "Here is your internship management system: https://pmit-ext.th-deg.de/pv/
and instruction (only in German):\n
https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/anleitung_praktikumsverwaltung.pdf"
utter_application_process_guidance_general_guidance:
- text: "Here is the link to the general internship checklist:\n
https://www.th-deg.de/Studierende/Antraege-und-Organisatorisches/Praxissemester/Career-Service-Praktikum-Checkliste-2021-en.pdf"
utter_more_questions_application_process_guidance:
- text: "Do you have some more questions regarding application process?"
buttons:
- title: "Yes"
payload: '/selected_application_process_guidance'
- title: "Go back to main topics"
payload: '/ask_use_cases'
- title: "No more questions related to any topic"
payload: '/no_questions'
# eligibility assessment form
utter_ask_is_valid_semester:
- text: "Have you in reached the 5th semester?"
utter_ask_has_enough_ects:
- text: "Do you have at least 60 ECTS?"
utter_ask_internship_duration:
- text: "Is your internship at least 3 months long?"
utter_eligible:
- condition:
- type: slot
name: is_valid_semester
value: true
- type: slot
name: has_enough_ects
value: true
- type: slot
name: internship_duration
value: true
text: "You are eligible for internship. Please contact your advisor or the career-service\n
if you have not done so already"
- text: "You are not eligible for internship, please contact your advisor for the next stepsff!"
# category: Document Checklist
# some changes remaining
utter_document_checklist:
- condition:
- type: slot
name: german
value: true
- type: slot
name: kids
value: true
text: "list with kids and eu citizen"
- condition:
- type: slot
name: german
value: false
- type: slot
name: kids
value: true
text: "list with kids and non-eu citizen"
- condition:
- type: slot
name: kids
value: false
- type: slot
name: german
value: true
text: "list with no kids and eu citizen"
- condition:
- type: slot
name: german
value: false
- type: slot
name: kids
value: false
text: "list with no kids and non-eu citizen"
- text: "General list of documents"
# category: Visa stuff
utter_visa_and_legal_requirements:
- condition:
- type: slot
name: german
value: true
- type: slot
name: kids
value: true
text: "list with kids and eu citizen"
- condition:
- type: slot
name: german
value: false
- type: slot
name: kids
value: true
text: "list with kids and non-eu citizen"
- condition:
- type: slot
name: kids
value: false
- type: slot
name: german
value: true
text: "list with no kids and eu citizen"
- condition:
- type: slot
name: german
value: false
- type: slot
name: kids
value: false
text: "list with no kids and non-eu citizen"
- text: "General list for visa requirements"
# category: cv_assistance
utter_cv_assistance_sub_questions:
- text: "Here are some of the sub-questions you can ask:\n
Note: You can ask your own questions too!\n
This is, by no means, an exhaustive list"
buttons:
- title: "Formatting a cv"
payload: '/cv_resume_assistance_format'
- title: "CV structure"
payload: '/cv_resume_assistance_cv_structure'
- title: "Design Tip"
payload: '/cv_resume_assistance_design_guidance'
- title: "Back to Main Topics"
payload: '/ask_use_cases'
utter_cv_resume_assistance_format:
- text: "Use a clean, professional format. Consider a reverse-chronological layout highlighting relevant experiences and skills."
utter_cv_resume_assistance_cv_structure:
- text: "Try a clear, organized structure with sections for education, experience, skills, and additional relevant sections like language proficiency or certifications."
utter_cv_resume_assistance_design_guidance:
- text: "Keep it professional and neat. Use legible fonts, bullet points, and minimal colors to ensure readability."
utter_cv_resume_assistance/ask_section_order:
- text: "Start with personal information, followed by education, experience, skills, and any additional relevant sections, keeping the most important information upfront."
utter_cv_resume_assistance/ask_photo_inclusion:
- text: "Including a photo is standard in many countries, but research the cultural norms of the country where you're applying."
utter_cv_resume_assistance/ask_translate_resume:
- text: "Translating can be beneficial; ensure accuracy and clarity if you opt to translate."
utter_cv_resume_assistance/ask_resume_length:
- text: "Aim for a concise document, typically one or two pages for a resume and a detailed
CV for longer-term internships or academic positions."
utter_cv_resume_assistance/ask_tailoring_process:
- text: "Tailoring involves aligning your skills and experiences with the requirements of the targeted country or organization. It starts with understanding their expectations."
utter_cv_resume_assistance/ask_adapt_skills:
- text: "Prioritize and highlight skills that are most relevant to the international job market or align with the specific internship requirements."
utter_cv_resume_assistance/ask_highlight_experience:
- condition:
- type: slot
name: old
value: true
text: "Since you are an older college student, you might have previous experience. Do mention that!"
- text: "Prioritize experiences relevant to the targeted industry or role. Use action verbs and quantify achievements when possible."
utter_more_questions_cv_assistance:
- text: "Do you have some more questions regarding cv?"
buttons:
- title: "Yes"
payload: '/selected_cv_assistance'
- title: "Go back to main topics"
payload: '/ask_use_cases'
- title: "No more questions related to any topic"
payload: '/no_questions'
utter_more_questions:
- text: "Do you have some more questions?"
buttons:
- title: "No"
payload: '/no_questions'
- title: "Yes"
payload: '/more_questions'
# conversation ending questions to user
utter_ask_satisfaction:
- text: "Are you satisfied with my answers?"
utter_ask_give_feedback:
- text: "Would you like to give us some feedback?"
# user wants to write email to the international office
utter_ask_subject:
- text: "Please enter the subject line of your email"
utter_ask_body:
- text: "Please enter your questions\n
Try to be as concise as possible!"
utter_ask_mnr_number:
- text: "Please enter your matriculation number"
utter_sent:
- text: "Sent! You shall here back from us within 5 business days\n
We look forward to helping you!"
actions:
- action_reset_slots
- action_sent_email
- validate_basic_information
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true