Hi, I have migrated my bot from version 1.9.5 to 3.0.9 but stories which includes email form are failing sometimes and rasa is replying with fallback message. Can anyone help me how to migrate those stories to rules. here is one of the stories.:
- story: call a human success
steps:
- intent: call_human
- action: users_query
- action: email_form
- active_loop: email_form
- active_loop: null
- action: utter_ask_anythingelse
- intent: chitchat
- action: utter_goodbye
- action: utter_reach_out