abhishek1
(Abhishek )
January 23, 2020, 4:24pm
1
intent:appointment
from the above example I want to extract the date time to use it action.py
Any solution without slot
devdeca
(Andre Barreto)
January 23, 2020, 5:31pm
2
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.
abhishek1
(Abhishek )
January 23, 2020, 6:38pm
3
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
devdeca
(Andre Barreto)
January 23, 2020, 6:53pm
4
Why Slot doesn’t work for you?
abhishek1
(Abhishek )
January 23, 2020, 9:18pm
5
I want to know without slot
It’s work for me with slot but I want to learn both process
Mappi
(Jasper)
January 24, 2020, 8:40am
7
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)