I am trying to achieve a specific use case with DialogFlow.
I have a list of countries and a knowledge base Q&A ser for each country. The questions for each country is similar, only the answers differ.
So I have to detect the country as an entity and route the question to the specific KB for that country. Link to design
This is easily possible with Luis and QnAMaker, but struggling with DialogFlow.
Please suggest if there is a way to achieve this.