I am going through the financial bot demo which is provided by the rasa team as an example.
Here, I have seen an issue that - After the switch it is asking about the payment(utter_ask_cc_payment_form_confirm) and directly it triggers to utter_ask_cc_payment_form_confirm
and skippinng utter_ask_cc_payment_form_credit_card
& utter_ask_cc_payment_form_time
utter_ask_cc_payment_form_amount-of-money:
- text: "\n How much do you want to pay?"
utter_ask_cc_payment_form_credit_card:
- text: Towards which credit card account do you want to make a payment?
utter_ask_cc_payment_form_time:
- text: For which date would you like to schedule the payment?
utter_ask_cc_payment_form_confirm:
- buttons:
- payload: /affirm
title: Yes
- payload: /deny
title: No, cancel the transaction
text: Would you like to schedule a payment of {currency}{amount-of-money}{payment_amount_type}
towards your {credit_card} account for {time_formatted}?