-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdomain.yml
48 lines (39 loc) · 1.04 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
version: "3.1"
intents:
- greet
- goodbye
- affirm
- deny
- inquire_order_status
- add_to_cart
- bot_challenge
responses:
utter_greet:
- text: "Hey! How can i assist you today?"
utter_order_status:
<<<<<<< HEAD
- text: "Here is your order status: "
=======
- text: "Here is your order status: {order_status}"
>>>>>>> cf5e002b1e471428dbe5e05be6bdd3627c470afb
utter_did_that_help:
- text: "Did that help you?"
utter_add_to_cart_confirm:
<<<<<<< HEAD
- text: "Great choice! I've added to your cart."
=======
- text: "Great choice! I've added {product_name} to your cart."
>>>>>>> cf5e002b1e471428dbe5e05be6bdd3627c470afb
utter_add_to_cart_failure:
- text: "I'm sorry, but there was an issue adding {product_name} to your cart."
utter_goodbye:
- text: "Bye"
utter_iamabot:
<<<<<<< HEAD
- text: "I am a bot, powered by AdvantageAI."
=======
- text: "I am a bot, powered by Rasa."
>>>>>>> cf5e002b1e471428dbe5e05be6bdd3627c470afb
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true