Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft AI-102 Exam - Topic 6 Question 104 Discussion

You are developing the chatbot.You create the following components:* A QnA Maker resource* A chatbot by using the Azure Bot Framework SDK.You need to integrate the components to meet the chatbot requirements.Which property should you use?
D) QnaMakerOptions.RankerType
A) QnADialogResponseOptions.CardNoMatchText
B) Qna MakerOptions-ScoreThreshold
C) Qna Maker Op t ions StrickFilters

Microsoft AI-102 Exam - Topic 6 Question 104 Discussion

Actual exam question for Microsoft's AI-102 exam
Question #: 104
Topic #: 6
[All AI-102 Questions]

You are developing the chatbot.

You create the following components:

* A QnA Maker resource

* A chatbot by using the Azure Bot Framework SDK.

You need to integrate the components to meet the chatbot requirements.

Which property should you use?

Show Suggested Answer Hide Answer
Suggested Answer: D

Scenario: When the response confidence score is low, ensure that the chatbot can provide other response options to the customers.

When no good match is found by the ranker, the confidence score of 0.0 or 'None' is returned and the default response is 'No good match found in the KB'. You can override this default response in the bot or application code calling the endpoint. Alternately, you can also set the override response in Azure and this changes the default for all knowledge bases deployed in a particular QnA Maker service.

Choosing Ranker type: By default, QnA Maker searches through questions and answers. If you want to search through questions only, to generate an answer, use the RankerType=QuestionOnly in the POST body of the GenerateAnswer request.


https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/concepts/best-practices

Contribute your Thoughts:

0/2000 characters

Currently there are no comments in this discussion, be the first to comment!


Save Cancel