Hi,
I have setup an intent which could potentially extract between 0 and 3 different entities. I then use slots in a form to get the correct value if it has not been entered.
However, when in a particular slot asking for a value (and therefore giving a smaller utterance) RASA is picking up the incorrect entity based on the same intent used to trigger the form.
Is there a way I can trigger the form with an intent (for initial entity extraction) but not use this intent when asking for slots, therefore avoiding extracting the wrong entity?
Many thanks!