-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdomain.yml
More file actions
127 lines (95 loc) · 2.84 KB
/
Copy pathdomain.yml
File metadata and controls
127 lines (95 loc) · 2.84 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
version: "3.1"
intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
- international
- weather
- city
- bank_ac
- int_student
- dom_student
- int_age_above
- int_age_below
- int_open
- int_branch
- int_services
- int_interest
actions:
- utter_greet
- utter_cheer_up
- utter_did_that_help
- utter_happy
- utter_goodbye
- utter_iamabot
- utter_bank_ac
- utter_int
- utter_age_above
- utter_age_below
- utter_open
- utter_branch
- utter_city
- utter_temp
- action_weather_api
- utter_services
- utter_interest
- utter_dom
responses:
utter_greet:
- text: "Hey! Welcome I am a BankBot"
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_bank_ac:
- text: "Thank you for contacting us,As an SJSU student you are eligible for student checking and saving account in various bank. Are u a domestic student or international student ?"
utter_int:
- text : "As an international student bank like Chase,US Bank,Bank of America provide Student checking account.Are u above or below 25?"
utter_dom:
- text : "As an domestic student bank like Chase,US Bank,Bank of America provide Student checking account as well as saving account."
utter_age_above:
- text : "As you are above 25 ,It is best to create bank account in US bank as it offer opening account with 0 minimum deposit.for other bank u have to always keep minimum deposit of 1500$."
utter_age_below:
- text: "You are best suited for Chase bank student account as it offer free Checking or Saving account to student between age of 17 to 24."
utter_open:
- text: "To open an bank account carry Below given document to nearest Branch:-
1)Passport
2)I-20
3)Lease Document
4)SSN(optional) "
utter_branch:
- text: "Nearest branch of US bank in San Jose
1)Willow Glen Branch
1099 Lincoln Ave San Jose, CA 95125-3155
2)Berryessa Road Safeway ATM
1455 Berryessa Road San Jose, CA 95133
Hamilton Avenue Safeway ATM
3)1530 Hamilton Avenue San Jose, CA 95125"
utter_city:
- text: "which city you want to check for?"
utter_temp:
- text: "Today's temperature is {temp}"
utter_services:
- text: "Bank provide following services:-
1)Checking account. ..
2)Savings account. ...
3)Money market account (MMA) ...
4)Certificate of deposit (CD) ...
5)Debit card. ...
6)Credit card."
utter_interest:
- text: "Thank you for choosing US bank."
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true