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…
Question
Options
- Aprompt
- Binput
- Cadaptive
- DQnA Maker
How the community answered
(36 responses)- A72% (26)
- B8% (3)
- C3% (1)
- D17% (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
Community Discussion
No community discussion yet for this question.