-
Notifications
You must be signed in to change notification settings - Fork 0
/
domain.yml
171 lines (165 loc) · 4.89 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
entities:
- job_function
- company
- email
- name
- amount-of-money
- number
- value
- current_api
- product
- feedback_value
- language
- nlu_part
- entity
- user_type
- package_manager
- location
intents:
- enter_data: {use_entities: false}
- affirm
- greet
- deny
- ask_active_place
- ask_faq_calgary_name
- ask_faq_charlotte_name
- ask_faq_calgary_time
- ask_faq_charlotte_time
- ask_faq_business
- ask_faq_calgary
- ask_faq_charlotte
- ask_faq_city
- bye
- thank
- ask_whatismyname
- ask_time
- ask_languagesbot
- ask_weather
- out_of_scope
- ask_howdoing
- ask_builder
- ask_whoami
- ask_whoisit
- ask_whatspossible
- ask_wherefrom
slots:
budget:
type: unfeaturized
company:
type: unfeaturized
email:
type: unfeaturized
business_email:
type: unfeaturized
job_function:
type: unfeaturized
person_name:
type: unfeaturized
use_case:
type: unfeaturized
feedback_value:
type: categorical
values:
- positive
- negative
feedback_message:
type: unfeaturized
current_api:
type: categorical
values:
- dialogflow
- luis
product:
type: categorical
values:
- core
- nlu
- stack
unknown_product:
type: unfeaturized
nlu_part:
type: categorical
values:
- entity recognition
- intent classification
- duckling
unknown_nlu_part:
type: unfeaturized
can_use_spacy:
type: bool
entity_extractor:
type: categorical
values:
- CRFEntityExtractor
- SpacyEntityExtractor
- DucklingHTTPExtractor
language:
type: unfeaturized
onboarding:
type: bool
suggestion:
type: unfeaturized
package_manager:
type: text
problem_description:
type: text
shown_privacy:
type: unfeaturized
name:
type: text
step:
type: unfeaturized
templates:
utter_info_business:
- text: "Bharath Homes & Hotels is an Indian hotel chain. It is the India's newly building hospitality chain of leased and franchised hotels, homes & living spaces.Please visit our hotel portal for more information."
utter_info_city_calgary:
- text: "Calgary is a city in the Canadian province of Alberta. It is situated at the confluence of the Bow River and the Elbow River in the south of the province, in an area of foothills and prairie, about 80 km (50 mi) east of the front ranges of the Canadian Rockies and roughly 299 km (185 mi) south of the provincial capital of Edmonton. The city anchors the south end of the Statistics Canada-defined urban area, the Calgary–Edmonton Corridor."
utter_info_city_charlotte:
- text: "Charlotte is the most populous city in the U.S. state of North Carolina. Located in the Piedmont, it is the county seat of Mecklenburg County.Among Charlotte's many notable attractions, some of the most popular include the Carolina Panthers (NFL), the Charlotte Hornets (NBA), the Charlotte Knights (International League), the Charlotte Checkers(AHL), the Charlotte Independence (USL), Charlotte Hounds (Major League Lacrosse), two NASCAR Cup Series races and the NASCAR All-Star Race, the Wells Fargo Championship, the NASCAR Hall of Fame, the Charlotte Ballet, Children's Theatre of Charlotte, Carowinds amusement park, and the U.S. National Whitewater Center. For more information please click on link https://en.wikipedia.org/wiki/Charlotte,_North_Carolina"
utter_awesome:
- text: "Awesome, thanks! 👍"
- text: "Sweet, thank you! 😄"
- text: "Thanks! 👌"
- text: "Cool, thank you!"
utter_can_do:
- text: "Sure thing!"
- text: "Can do!"
- text: "You got it. 👍"
utter_greet_noname:
- text: "Hey!"
- text: "Hi!"
- text: "Hey there!"
utter_bye:
- text: "bye!"
- text: "Bye. Have a nice day"
utter_language_info:
- text: "I know only in English language. Please communicate with me in English only."
utter_default:
- text: "Sorry, I didn't get that 🤷🏻. Could you please rephrase?"
- text: "I didn't understand, could you rephrase that?"
- text: "I'm sorry, but I didn't understand you. Could you please rephrase what you just said?"
- text: "I'm afraid I didn't get what you just said. Could you rephrase that?"
- text: "I didn't quite get that, could you rephrase your message?"
- text: "Could you rephrase your message? I didn't get it, I'm sorry."
utter_human_handoff:
- text: "Could you speak with our Manager. Contact number is 00056324420."
actions:
- utter_human_handoff
- utter_language_info
- utter_info_city_charlotte
- utter_info_city_calgary
- utter_info_business
- action_hello_world
- action_info_city
- action_info_charlotte
- action_info_calgary
- action_time_charlotte
- action_time_calgary
- action_address_calgary
- action_address_charlotte
- utter_greet_noname
- utter_awesome
- utter_can_do
- utter_greet
- utter_bye
- action_greet_user