I have a form. while filling up the details of form the user can ask to stop and bot asks back confirmation whether he actually wants to stop. If he says that he wants to stop the form gets deactivated but if he says he wants to resume back the form should continue. I have added the story for this
add medication normal
- add_medication
- add_medication_form
- form{“name”: “add_medication_form”}
- form{“name”: null}
add medication stop
- add_medication
- add_medication_form
- form{“name”: “add_medication_form”}
- stop
- utter_ask_continue
- deny
- action_deactivate_form
- form{“name”: null}
- utter_add_back_later
add medication stop continue
- add_medication
- add_medication_form
- form{“name”: “add_medication_form”}
- stop
- utter_ask_continue
- affirm
- add_medication_form
The story ## add medication stop continue is not working. The form is not getting resumed back. Can somebody help.