Any entity

I’m using just rasa nlu. I need to use an “any entity” for my bot. Where it grabs whatever they put. Like dialogflow has. How do I do this with rasa nlu?

Thanks for your help in advance!

I think that Duckling is the answer to your question.

Thanks for your help. I don’t see an “any entity” in duckling. I just see email, date/time, number, etc. Can you point me in the direction?

I’m not sure what you’re trying to do. If you’re trying to grab any answer as a certain entity, then you should train with that entity’s examples.

Or do you want to just pass some kind of text to Rasa Core and have that text, whatever it is, passed as an entity and stored as a slot in Rasa Core?