
Answer-first summary for fast verification
Answer: Use the Azure AI Speech service to convert customer queries from speech to text, translate them to English using the Azure AI Translator service, and then generate responses in the original language.
Option C is the correct approach as it covers the translation of customer queries from speech to text using the Azure AI Speech service and then translating them to English using the Azure AI Translator service. It also mentions generating responses in the customer's original language, which is a requirement of the task. Option A is incorrect as it does not consider the translation of responses back to the original language. Option B is incorrect as it suggests implementing a custom translation model, which is not required for this task. Option D is incorrect as it mentions translating to multiple languages simultaneously, which is not a requirement of the task.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your company has been tasked with implementing a multilingual customer support system using Azure AI Translator service. The system should be able to translate customer queries from multiple languages to English and then respond back in the customer's original language. How would you approach this task?
A
Use the Azure AI Translator service to translate all customer queries to English and then use a pre-trained model to generate responses in the original language.
B
Implement a custom translation model using Azure AI Translator service, train it with a large dataset of customer queries and responses, and then use it to translate customer queries and generate responses.
C
Use the Azure AI Speech service to convert customer queries from speech to text, translate them to English using the Azure AI Translator service, and then generate responses in the original language.
D
Use the Azure AI Speech service to convert customer queries from speech to text, translate them to multiple languages simultaneously using the Azure AI Translator service, and then generate responses in the customer's original language.