-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcaia_logic.json
More file actions
34 lines (33 loc) · 2.5 KB
/
caia_logic.json
File metadata and controls
34 lines (33 loc) · 2.5 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
{
"topics":{
"topic_assets": ["assets", "asset","money","account"],
"topic_investments": ["investments","performance","stocks","fund"],
"topic_nba": ["suggest","suggestion","recommend","recommendation"],
"topic_topup": ["Top-Up","mandate","top ups","manage", "managed", "Top-Up", "manager"],
"topic_pillar": ["pillar", "pension", "retirement", "3A"],
"topic_mortgage": ["mortgage"],
"topic_transactions": ["transaction", "transactions", "card", "spending", "expenses"],
"topic_bills": ["bill", "e-bill", "subscription", "bills"],
"topic_end": ["good bye", "goodbye", "bye", "ciao"],
"topic_about": ["yourself", "yourselves", "aboutyou"],
"topic_revolut": ["revolut", "revolution"]
},
"sentences":{
"topic_assets": ["Your assets are {data_assets} swiss francs",
"You have {data_assets} in assets"],
"topic_investments": ["Your investments are performing {data_investments} percent",
"You have a {data_investments} percent in your investments today"],
"topic_nba": ["Based on your banking profile, I highly advise to do a Top-Up in your UBS manage account."],
"topic_topup": ["With a delegation solution, you automatically benefit from our comprehensive investment expertise. We constantly monitor and optimize your portfolio, and coordinate it perfectly with the investment strategy agreed with you. This gives you simple and convenient access to the best and most up-to-date market evaluations."],
"topic_pillar": ["You have {data_pillar_amount} swiss francs in your pillar 3A and is performing {data_pillar_investments} percent",
"Your pillar 3A is performing {data_pillar_investments} percent, you have now {data_pillar_amount} swiss francs"],
"topic_mortgage": ["You have a mortgage of {data_mortgage}",
"Your mortgage is {data_mortgage}"],
"topic_transactions":["You have made {data_trx_number} transactions in the last month, for a total of {data_trx_amount} swiss francs spent",
"You have spent {data_trx_amount} swiss francs in the last month, and you have done {data_trx_number} transactions"],
"topic_bills":["You have to bills for {data_bills1} and {data_bills2} for the amount of {data_bills_total} swiss francs"],
"topic_end":["Glad to be helpful, {data_name}! Have a good day!"],
"topic_about":["I am your personal A.I. client advisor. You can ask me about any banking related topics like your assets, bills, stock market and much more."],
"topic_revolut": ["Revolut? What is this revolut you are talking about? I do not know anything about it."]
}
}