
Explanation:
The correct option is C (Language Understanding). Azure Language Understanding (LUIS) is designed to help developers create applications that can extract intent from user inputs. In this case, 'Call me back later' is a phrase from which LUIS can determine the user's intent. Other services like Azure Cognitive Search, Translator, and Speech are not specifically designed for intent extraction.
No comments yet.