Rasa Forms,

I have a rule, what it does is that it identifies the intent, and fills the slot based on that intent. Now I have a form in which I want that if that specific intent is called and the slot is filled. I want the form to resume it’s questions as per the defined flow. Any possibility through which this task could be achieved would be really helpful Note: I am only using memoization policy for this said approach

Summary: How to handle intent recognition and entity/slot extraction in the middle of a form execution if this particular slot is not mapped to that form?

Check out the examples on how to do this. The helpdesk assistant has examples and the basic formbot.

Hi @stephens, In these examples I don’t see how to handle intent recognition and entity/slot extraction in the middle of a form execution if this particular slot is not mapped to that form?