How to extract entity from user text in action.py

intent:appointment

from the above example I want to extract the date time to use it action.py Any solution without slot

Hi, Instead of doing it yopurself I recommend using Facebook Duckling to do so. It’s a very popular and robust solution:

Hope it helps.

It’s not only about date time I want to extract place , other things too

For example find me best hotel in New York

Then best hotel and new york should extract in action.py

Why Slot doesn’t work for you?

I want to know without slot It’s work for me with slot but I want to learn both process

Create a custom action server (or use the sdk). It’ll provide you with a tracker containing all the entities (get_latest_entity_values if you use the sdk)