Form asking for the value twice in conversation

Hi,

In my bot while staying in forms, the bot is repeating for options twice.

Example : User: I would book like to book flight to London. Bot : Are you sure you want to book flight to London.Yes/No. User : kjsdjsd Bot : Are you sure you want to book flight to London.Yes/No. Bot : Are you sure you want to book flight to London.Yes/No.

This is issue it asks twice.

Thanks.

Does it only ask twice or does it get stuck in an infinite loop? Do you have a slot_mappings() function in your FormAction? You should be able to directly pick up yes or no from intents, but you’ll need slot mapping to do it.