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.
Correct Answer: B,D
* To present a list of options with images, you use Adaptive Cards, which allow for rich content such as images, buttons, and formatted text in the conversation.
* These cards are typically surfaced within the context of a dialog, which controls the flow of the conversation.
* Azure functions are unrelated here.
* Entities and utterances belong to natural language understanding, not UI presentation.
B and D
Reference: Adaptive Cards in Bot Framework Composer