Is there any option to get feedback after answering user question through qna / Custom question answering

KuppiReddygariSamthrushaReddy-3789 66 Reputation points
2022-11-24T10:22:47.89+00:00

Is there any option to get feedback after answering user question through qna / Custom question answering. Like yes/no type of button. From which we'll get feedback from the user and we can train our bot in more precise manner.

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

Accepted answer
  1. romungi-MSFT 41,961 Reputation points Microsoft Employee
    2022-11-24T14:52:14.083+00:00

    @KuppiReddygariSamthrushaReddy-3789 The options to add yes/no button in the user interface from the deployed bot from QnAMaker or Language service "Publish" bot option is not available by default.
    You will have to add update your bot to add additional workflow or buttons and then republish the bot and use this data for processing on the client side.

    However, every QnAMaker or Language service bot has an option to use the active learning feature of the service. This feature will basically use the queries of the user and compare them with the existing KB QnA pairs and suggest possible questions that customers could ask, and you will have the ability to approve or reject the suggestions from the backend from your KB. Please look at the following links for QnAMaker and Language service to enable the same and use the functionality.

    https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/question-answering/tutorials/active-learning
    https://learn.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/use-active-learning

    Please ensure that your deployed bot is tested thoroughly to ensure such suggestions are populated by the model or KB. If there aren't enough queries to the bot active learning would not have enough suggestions to display. I hope this helps!!

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful