-
Notifications
You must be signed in to change notification settings - Fork 0
/
domain.yml
48 lines (36 loc) · 1016 Bytes
/
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
- mood_great
- mood_unhappy
- bot_challenge
- how_to_generate_cash_receipt
- steps_to_generate_cash_receipt
responses:
utter_greet:
- text: "Hey! How are you?"
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!"
utter_goodbye:
- text: "Bye"
utter_iamabot:
- text: "I am a bot, powered by Rasa."
utter_how_to_generate_cash_receipt:
- text: "You can generate a cash receipt from the Receipt module given in Back Office"
utter_steps_to_generate_cash_receipt:
- text: >
Steps to create a cash receipt \n
1. Click on the Receipt module in the Back Office. \n
2. Select a mode of Receipt. \n
3. Fill the Party details. \n
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true