Microsoft
AI-102 · Question #184
You use the Microsoft Bot Framework Composer to build a chatbot that enables users to purchase items. You need to ensure that the users can cancel in-progress transactions. The solution must…
The correct answer is C. a dialog trigger. An interruption occurs when a trigger is fired. Context of adaptive dialogs.
Submitted by ricky.ec· Mar 30, 2026Implement and monitor AI solutions
Question
You use the Microsoft Bot Framework Composer to build a chatbot that enables users to purchase items. You need to ensure that the users can cancel in-progress transactions. The solution must minimize development effort. What should you add to the bot?
Options
- Aa language generator
- Ba custom event
- Ca dialog trigger
- Da conversation activity
How the community answered
(37 responses)- A5% (2)
- B3% (1)
- C84% (31)
- D8% (3)
Explanation
An interruption occurs when a trigger is fired. Context of adaptive dialogs.
Topics
#Bot Framework Composer#dialog trigger#transaction cancellation#conversation flow
Community Discussion
No community discussion yet for this question.