Designing and Implementing a Microsoft Azure AI Solution — Question 8
You have a Language Understanding resource named lu1.
You build and deploy an Azure bot named bot1 that uses lu1.
You need to ensure that bot1 adheres to the Microsoft responsible AI principle of inclusiveness.
How should you extend bot1?
Answer options
- A. Implement authentication for bot1.
- B. Enable active learning for lu1.
- C. Host lu1 in a container.
- D. Add Direct Line Speech to bot1.
Correct answer: D
Explanation
The correct answer is D because adding Direct Line Speech enables the bot to communicate with users using speech, which enhances accessibility for individuals with different communication preferences. Options A and C do not directly address inclusiveness, while option B, while beneficial for improving the model, does not specifically enhance user interaction in an inclusive manner.