Segmenting users and KBs for a QnA Maker Bot

Praveen 6 Reputation points
2020-11-03T19:31:23.667+00:00

Bot will be deployed for use by different corporate users. Answers to questions from different corporate users will need to come from different (and respective) knowledge bases only. For example, questions from user1 should be answered using KB1 only, questions from user2 should be answered using KB2 only etc. What’s the process for setting up different KBs? How can users be grouped so that their questions are answered using specified KB(s)? How can the user access to the Bot and user identity be managed seamlessly?

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,891 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,741 Reputation points
    2020-11-05T16:04:44.903+00:00

    @Praveen We have a dispatch pattern defined here: https://video2.skills-academy.com/en-us/azure/bot-service/bot-builder-tutorial-dispatch?view=azure-bot-service-4.0&tabs=cs

    Bot can ask for a defined intent. Based on the response you can dispatch it afterwards.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.