RasaHQ / financial-demo

A demo for a financial services bot
Apache License 2.0
309 stars 398 forks source link

custom form issue #160

Open Manoj1229 opened 3 years ago

Manoj1229 commented 3 years ago

Getting an issue

image

After switching the transfer money to pay credit card why it was appending the previous bot message to the next bot message and why it is asking "Sorry, I don't understand that payment amount." before asking the payment amount ("How much do you want to pay?")

image

After giving an amount it directly triggering to utter_ask_cc_payment_form_confirm without asking which credit card and time. why?

sara-tagger commented 3 years ago

Thanks for the issue, @samsucik will get back to you about it soon!

You may find help in the docs and the forum, too 🤗
samsucik commented 3 years ago

Hey @Manoj1229, sorry for taking so long to respond. I see that this is a custom form that you have built and it differs from the one in the original financial-demo bot. Therefore, could you, please, post your question as a separate issue in our main repo and provide as much of the required information as possible so we can try to reproduce the behaviour you're seeing? Ideally, try to provide a minimal example Rasa project that still demonstrates the behaviour.