Slot value check

Hi,

in my chat-bot there is a form which takes values such as name, phone, email as input . Once the form is filled it ask the user is the details are correct or not. If not it empties the slot value and ask again. I want to repeat this cycle N number of times till the user says the details are correct. if anyone knows any way around please help.

You could call the default ‘slot-reset’ action in rasa whenever you need in a story. But do check out the correct format and syntax.

Refer to these posts:

https://rasa.com/docs/rasa/api/events/#reset-all-slots

did u find the solution ?I think i can help