Hi all, i am trying to implement form action for my used case, below is the problem that i am encountering; I want to validate the extracted_entity as i only want a subset of application entity to be supported by form.
Nlu model is able to extract the application entity correctly, however while trying to validate the slot it is not able to extract the slot
===== my domain file contains forms:
2021-04-13 13:40:04 DEBUG rasa.core.actions.forms - Trying to extract requested slot ‘application’ … 2021-04-13 13:40:04 DEBUG rasa.core.actions.forms - Got mapping ‘{‘type’: ‘from_entity’, ‘entity’: ‘application’, ‘intent’: ‘none’}’ 2021-04-13 13:40:04 DEBUG rasa.core.actions.forms - Failed to extract requested slot ‘application’Ghostvv could you please help