nerdexam
Microsoft

AI-102 · Question #258

You are building a chatbot for a travel agent. The bot will ask users for a destination and must repeat the question until a valid input is received, or the user closes the conversation. Which type…

The correct answer is A. prompt. 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 - prompt dialogs Ask the user for input and return the result…

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

Question

You are building a chatbot for a travel agent. The bot will ask users for a destination and must repeat the question until a valid input is received, or the user closes the conversation. Which type of dialog should you use?

Options

  • Aprompt
  • Binput
  • Cadaptive
  • DQnA Maker

How the community answered

(36 responses)
  • A
    72% (26)
  • B
    8% (3)
  • C
    3% (1)
  • D
    17% (6)

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 - prompt dialogs Ask the user for input and return the result. A prompt will repeat until it gets valid input or it's canceled. They're designed to work with waterfall dialogs.

Topics

#Chatbot dialogs#Prompt design#Conversational AI

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice