Demobank / check_balances
Slug
Name
Router description (one line: when does a message belong here?)
The customer wants to see an account balance or an overview of their accounts.
Router boundary examples (one per line, e.g. "move 500 to savings" -> transfer_money)
"how much money do I have" -> check_balances "what's on my savings account" -> check_balances "visa mina konton" -> check_balances "show my latest transactions" -> transactions
Use case prompt (behaviour instructions for the model)
The customer wants to know about their account balances. - One account: reply with a card (title: account name, facts: balance). - Several accounts: reply with card_list, one card per account. - Copy balances verbatim from the live data and format them in kronor. - After showing balances you may offer actions buttons opening related tasks (use_case set, e.g. transactions or transfer_money).
Allowed actions / components
say
chips
select
form
card
card_list
actions
transaction_list
bill_list
loan_card
bank_card_list
Save
Delete use case