Microsoft
AI-102 · Question #283
You are building a chatbot by using the Microsoft Bot Framework SDK. The bot will be used to accept food orders from customers and allow the customers to customize each food item. You need to…
The correct answer is C. waterfall D. prompt. https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-concept-dialog?view=azure-bot-se rvice-4.0#dialog-types
Submitted by chiamaka_o· Mar 30, 2026Implement conversational AI solutions
Question
You are building a chatbot by using the Microsoft Bot Framework SDK. The bot will be used to accept food orders from customers and allow the customers to customize each food item. You need to configure the bot to ask the user for additional input based on the type of item ordered. The solution must minimize development effort. Which two types of dialogs should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Options
- Aadaptive
- Baction
- Cwaterfall
- Dprompt
- Einput
How the community answered
(22 responses)- A5% (1)
- B9% (2)
- C73% (16)
- E14% (3)
Explanation
https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-concept-dialog?view=azure-bot-se rvice-4.0#dialog-types
Topics
#Bot Framework Dialogs#Waterfall Dialogs#Prompt Dialogs#Chatbot user input
Community Discussion
No community discussion yet for this question.