Hi, I want to know if I can reuse a form. My requirement is that I need to collect same set of information from two different intents. So my two story paths are like:
what I observe is that the form works as expected when intent_1 is provided. But when intent_2 is provided along with all the required slots (entity_1, entity_2) the bot still enters into the form and tries to ask the user for the slots. Any idea what is going wrong?
Yes @stephens for intent_1 the form is working perfectly fine - if I provide all the required entities the form is just validated and moves to the action_1 part. But in intent_2 the form doesn’t - if I provide all the required entities it still asks for the same details and once I provide that it exits with action_2.
The example you have provided will have only one end action right? For me the only the forms step is similar between the two stories. Based on the intent the action also changes, just the middle step (forms) is same