-
Notifications
You must be signed in to change notification settings - Fork 0
/
domain.yml
62 lines (62 loc) · 1.48 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
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
intents:
- greet
- goodbye
- affirm
- deny
- name_collector
- bot_challenge
- acctId_collector
- payments_and_billings
- account_balance
- payment_history
entities:
- customerName
- acctId
slots:
acctId:
type: text
responses:
utter_greet:
- buttons:
- payload: /payments_and_billings
title: Payments & Billing
- payload: /utter_collect_name
title: Customer Support
- payload: /utter_collect_name
title: Usage Review
- payload: /utter_collect_name
title: Offers & Discounts
text: Hey! I'm Utisto, your utility assistant. Please select from the below menu
options or type in your query.
utter_exist_customer:
- text: Are you an existing customer?
utter_collect_name:
- text: Okay, may I please have your name?
utter_PnB_menu_options:
- buttons:
- payload: /account_balance
title: Check Balance
- payload: /payment_history
title: Track Payment History
text: Please select from the below menu options or type in your query.
utter_collect_acctId:
- text: Sure, may I please have your 10 digit account ID?
utter_did_that_help:
- text: Did that help you?
utter_goodbye:
- text: Bye
utter_iamabot:
- text: I am a bot, powered by Rasa.
actions:
- action_display_address
- action_acct_info
- action_paymt_dtls
- utter_ask_rephrase
- utter_goodbye
- utter_iamabot
- utter_collect_name
- utter_collect_acctId
- utter_PnB_menu_options