DETECTING INTENTS DURING FORM AFFECTS THE TEDPOLICY?

TedPolicy is an attention mechanism and uses stories to predict the bot’s next step. If I’m filling out a form and create a rule or story for it, Rasa, during Rasa Interactive, tries to predict that form slot filling as an intention. Therefore, when exporting the conversation from Rasa Interactive, every attempt to fill out the slot has an incorrect intention afterwards, since it wasn’t supposed to predict an intention when filling out the form. Doesn’t this affect TedPolicy? Should I only use rules for forms? Should I set an intention for each slot filling out?