DRAG DROP You need to develop an automated call handling system that can respond to callers in their own language. The system will support only French and English. Which Azure Cognitive Services service should you use to meet each requirement? To answer, drag the appropriate services to the correct requirements. Each service may be used once, more than once, or not at all. You may need to drag the split bat between panes or scroll to view content. NOTE: Each correct selection is worth one point.
Had something like this in a mock. Detect the incoming language uses Speech to Text since it can pick up if the caller is speaking French or English from audio. Responding back should be Text to Speech to deliver replies audibly. If anyone thinks Translator fits here, let me know, but I’m pretty sure that’s only if translation is needed.
- Detect the incoming language: Speech to Text
- Respond in the callers' own language: Text to Speech
