nerdexam
Microsoft

AI-102 · Question #259

You are building a chatbot. You need to configure the chatbot to query a knowledge base. Which dialog class should you use?

The correct answer is A. QnAMakerDialog. https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-concept-dialog?view=azure-bot-se rvice-4.0#dialog-types The dialogs library provides a few types of dialogs to make your bot's conversations easier to - QnA Maker dialog Automates access to a QnA Maker knowledge…

Submitted by parkjh· Mar 30, 2026Implement conversational AI solutions

Question

You are building a chatbot. You need to configure the chatbot to query a knowledge base. Which dialog class should you use?

Options

  • AQnAMakerDialog
  • BAdaptiveDialog
  • CSkillDialog
  • DComponentDialog

How the community answered

(41 responses)
  • A
    78% (32)
  • B
    12% (5)
  • C
    2% (1)
  • D
    7% (3)

Explanation

https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-concept-dialog?view=azure-bot-se rvice-4.0#dialog-types The dialogs library provides a few types of dialogs to make your bot's conversations easier to - QnA Maker dialog Automates access to a QnA Maker knowledge base. This dialog is designed to also work as an action within Composer.

Topics

#Bot Framework#QnA Maker#Dialog classes#Knowledge base integration

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice