Hi all,
I am facing the following problem: I have an intent for searching wikipedia. In the nlu training data, all examples had an entity (the search term).
However, sometimes rasa selectes the search_wikipedia intent, but without a search term. Which means that I don’t have a term to search in the wikipedia. I would like the custom action to be able to ray to rasa “you have selected a wrong intent, select the next”. Is this possible from a custom action?