Hello there! I am using Rasa 3.0 and I was wondering is there any possible method to change the question of a slot during a form so for example, the bot will ask the user for his email " Can you give me your email address" and if the user types something else so that the slot is not filled the bot will keep asking for his email in the same way I want to change the question on the second try for example “Sorry, that’s not a valid email address. Can you please try again!”
Hi!
You can use FormValidationAction
Please, look this github example
Hello, thanks for your reply I used the form validation but the bot will send the message like this “Sorry, that’s not a valid email address. Can you please try again! Can you give me your email address” I just want to send the first message only