-
Notifications
You must be signed in to change notification settings - Fork 2
/
domain.yml
94 lines (94 loc) · 2.53 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
actions:
- action_check_cuisine
- action_check_location
- action_search_restaurants
- action_send_email
- utter_askBudget
- utter_askCuisine
- utter_askLocation
- utter_askSendEmail
- utter_cantUnderstand
- utter_enterEmail
- utter_goodbye
- utter_greet
- utter_locationNotServiced
- utter_noCuisine
- utter_sorry_norestaurants
entities:
- budget
- cuisine
- email
- location
intents:
- restaurant_search
- stop
- location_search
- deny
- affirm
- greet
- send_email
- cuisine_check
- budget_check
- chitchat
- goodbye
responses:
utter_askBudget:
- buttons:
- payload: '/budget_check{"budget": "low"}'
title: Lesser than Rs. 300
- payload: '/budget_check{"budget": "medium"}'
title: Rs. 300 to 700
- payload: '/budget_check{"budget": "high"}'
title: More than 700
text: What price range are you looking at?
utter_askCuisine:
- buttons:
- payload: '/cuisine_check{"cuisine": "chinese"}'
title: Chinese
- payload: '/cuisine_check{"cuisine": "italian"}'
title: Italian
- payload: '/cuisine_check{"cuisine": "south indian"}'
title: South Indian
- payload: '/cuisine_check{"cuisine": "north indian"}'
title: North Indian
- payload: '/cuisine_check{"cuisine": "mexican"}'
title: Mexican
- payload: '/cuisine_check{"cuisine": "american"}'
title: American
text: What kind of cuisine would you like to have?
utter_askLocation:
- text: In which location?
utter_askSendEmail:
- text: Should I send you details of top 10 restaurants on email?
utter_cantUnderstand:
- text: Sorry, I can't seem to understand you
utter_enterEmail:
- text: Please enter your email address
utter_goodbye:
- text: Thanks for visiting us! Hope we helped. See you again!
utter_greet:
- text: Hello! Thank you for choosing Foodie! How may I help you?
utter_locationNotServiced:
- text:
Sorry, we don’t operate in this city yet. Can you please specify some other
location?
utter_noCuisine:
- text: Please select from the list of available cuisines!
utter_sorry_norestaurants:
- text:
Sorry, no restaurants found in the area you were looking for! Please try
again!
session_config:
carry_over_slots_to_new_session: true
session_expiration_time: 0
slots:
budget:
type: text
cuisine:
type: text
email:
type: text
location:
type: text
restaurants_file:
type: text