Is there a way to define a generic entity given an intent?
Let me explain better, I need something like this:
intent:give_answer
the answer is [answer1] (answer)
I want that, once Rasa has recognised the intent, it also recognise the entity “answer”, whatever word or sequence of words it contain. I need a generic intent. Is it possible to do that?
When I try, I often recognize the intent but not recognize any entity.
But if the user answers like: “the answer is rasa nlu”, then the system finds the intent but not the entity. Of course is becouse I never trained on somethong similar to “rasa nlu”. But what I want is recognising quite everything in a generic entity, without having to necessarily train on data of any kind (which I believe is impossible).