AI-102 · Question #252
AI-102 Question #252: Real Exam Question with Answer & Explanation
The correct answer is D: an adaptive card. To present a list of options with accompanying images in a Bot Framework Composer chatbot, you should use an adaptive card within a dialog.
Question
You are building a chatbot by using Microsoft Bot Framework Composer. You need to configure the chatbot to present a list of available options. The solution must ensure that an image is provided for each option. Which two features should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Options
- Aan entity
- Ban Azure function
- Can utterance
- Dan adaptive card
- Ea dialog
Explanation
To present a list of options with accompanying images in a Bot Framework Composer chatbot, you should use an adaptive card within a dialog.
Common mistakes.
- A. An entity is used for extracting specific information from user input, not for displaying structured output to the user.
- B. An Azure function can provide backend logic or data, but it doesn't directly handle the UI presentation of options within the bot conversation.
- C. An utterance is user input to the bot, not a method for the bot to present options with images.
Concept tested. Bot Framework Composer UI with Adaptive Cards and Dialogs
Reference. https://learn.microsoft.com/en-us/composer/how-to-send-cards
Topics
Community Discussion
No community discussion yet for this question.