-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdomain.yml
More file actions
120 lines (114 loc) · 2.66 KB
/
Copy pathdomain.yml
File metadata and controls
120 lines (114 loc) · 2.66 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
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
intents:
- greet
- goodbye
- affirm
- deny
- bot_challenge
- thanks
- rights_inquiry
- network_issue
- name_entry
- domain_entry
- email_entry
- userId_entry
- location_entry
- browser_entry
- otp_request
entities:
- name
- domain
- email
- userId
- location
- browser
slots:
name:
type: unfeaturized
domain:
type: unfeaturized
email:
type: unfeaturized
userId:
type: unfeaturized
location:
type: unfeaturized
browser:
type: unfeaturized
responses:
utter_greet:
- text: Hey! How are you?
utter_name_intro:
- text: Hi {name}, How can I help you?
utter_or:
- text: or
utter_did_that_help:
- text: Did that help you?
utter_happy:
- text: Great, carry on!
utter_goodbye:
- text: Bye
utter_intro:
- text: Hi. I'm Chatbot. How can I help you?
utter_check_network:
- text: Are you on the Network?
utter_check_role:
- text: Do you have specific right and role to access the portal?
utter_create_ticket:
- text: Do you want me to raise a ticket to Helpdesk?
utter_anything_else:
- text: Ticket raised successfully. Is there anything else I can help you with?
utter_anything_else_global:
- text: Is there anything else I can help you with?
utter_ask_name:
- text: Please enter your name.
utter_ask_domain:
- text: Please enter your domain.
utter_ask_email:
- text: Please enter your email.
utter_ask_userId:
- text: Please enter your window userId.
utter_ask_location:
- text: Please enter your location.
utter_ask_browser:
- text: Please enter your browser name from which you are accessing the portal.
utter_slots_value:
- text: "I'm going to raise your ticket request with these values: \n - Name: {name}\
\ \n - Domain: {domain} \n - Email Id: {email} \n - Window User Id: {userId}\
\ \n - Location: {location} \n - Browser: {browser}"
utter_otp_check:
- text: Please check the mailbox. Further you may also check your spam/junk folder for OTP.
utter_invalid_name:
- text: Invalid entry. Kindly enter a valid name.
utter_name_range:
- text: Length of name is 2 to 50 characters.
utter_invalid_email:
- text: Invalid email Id.
actions:
- utter_greet
- utter_did_that_help
- utter_happy
- utter_goodbye
- utter_intro
- utter_check_network
- utter_check_role
- utter_anything_else
- utter_name_intro
- utter_or
- utter_anything_else_global
- utter_otp_check
- utter_create_ticket
- utter_ask_name
- utter_ask_domain
- utter_ask_email
- utter_ask_userId
- utter_ask_location
- utter_ask_browser
- utter_slots_value
- utter_invalid_name
- utter_name_range
- utter_invalid_email
forms:
- helpdesk_form