Designing and Implementing an Azure AI Solution (legacy) — Question 35
You are developing a mobile application. You want to implement search functionality in the application.
Your solution must meet the following requirements:
Users must be able to run searches by typing in their search query.
Users must be able to run searches by voice commands.
Which of the following actions should you take?
Answer options
- A. Make use of Language Understanding (LUIS)
- B. Make use of QnA Maker
- C. Make use of Bing Entity Search
- D. Make use of Azure Cognitive Search
Correct answer: D
Explanation
The correct answer is D because Azure Cognitive Search provides robust capabilities for implementing search functionalities, including support for text input and voice commands. Options A and B are not primarily focused on search capabilities, while C is more about finding entities rather than providing comprehensive search features.