Hello,
I have created an entity called (location) of type composite and to get the value for this location entity is either city, state, country or combination of it.
Based on that I have created three entities of type country as type country, state as custom type and city of type city.
When I am trying to execute following utterances one of the keyword is getting assigned to the location entity.
-
I want to apply for a job as a fresher, please list down the available jobs.
-
I am searching for a product manager role, is there any available in your company.
In the first utterance “AS” is getting assigned as city name and while on the second utterance “IN” is getting assigned as state name.
How to handle/avoid this case.