
Ultimate access to all questions.
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.