-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdomain.yml
65 lines (52 loc) · 1.46 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
version: "2.0"
intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
- rupaycard
- visacard
- mastercard
- netbanking
- creditcard
- debitcard
- card
responses:
utter_greet:
- text: "Hey! I am glad to meet you."
- text: "Welcome to State Bank Of India?"
- text: "I am BankBot, How can I help you Today?"
utter_inform_basic_knowlwdge:
- text: "Banking cards offer consumers more security, convenience, and control than any other payment method. The wide variety of
cards available – including credit, debit and prepaid – offers enormous flexibility,
follow the link for more info : http://cashlessindia.gov.in/banking_cards.html"
utter_help:
- text: "I can help you with your Debit Card, Credit Card, Net Banking Facilities"
utter_debit_card:
- text: "Here is your debit card"
utter_credit_card:
- text: "Here is your credit card"
utter_mastercard:
- text: "Here is your mastercard"
utter_net_banking:
- text: "Here is your netbanking account"
utter_rupaycard:
- text: "Here is your rupaycard"
utter_visacard:
- text: "Here is your visacard"
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_deny:
- text: "Which service would you like?"
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true