I am creating a chatbot to ask some certain questions about the business of a list of stores of many companies in the countries as in the image. I am struggling with the fact that how should I group the entities for this case:
When the user inputs: Wonder Group, I want to check whether it has any store in California or not. -> If Yes, then I will ask for the name of the store -> Check if the store is available in California -> If yes, then answer: OK! Store A! // If no, then say "Sorry, there is no store under this name in California!"
-> If No, then answer "Sorry, we do not have information as you require!".
Also, should I use the multiple conditioned responses or slot here?
I have tried many ways, but it does not work.