Hi Team,
I have another issue with detecting entities and displaying the slot type values captured from entities mentioned in domain file.
If I mention entities and it’s value along in stories file like below it’s works as expected: for Ex:
- greet -utter_greet
- mylastname {“name”:“John”} -utter_namewithbookingnumber
- mybookingnumber{“refnumber”:“XYT23U”} -utter_booking_isin_progress
and so. Above slots works fine. But my requirement is User just enters his name and detect entity and display it back asking confirmation from user.
Can I get entities directly to the slots without using inform{} method which I feel it is static method.
Could you suggest how can I proceed with same. Thanks in advance. Let me know if need more details.
Regards, Swamy