Question 44 of 280
Single answerYou work for a large technology company that wants to modernize their contact center. You have been asked to
develop a solution to classify incoming calls by product so that requests can be more quickly routed to the correct support team. You have already transcribed the calls using the Speech-to-Text API. You want to minimize data preprocessing and development time. How should you build the model?
AUse the AI Platform Training built-in algorithms to create a custom model.
✓BUse AutoMlL Natural Language to extract custom entities for classification.
CUse the Cloud Natural Language API to extract custom entities for classification.
DBuild a custom model to identify the product keywords from the transcribed calls, and then run the keywords through a classification algorithm.
✓
Correct Answer: B
Use AutoMlL Natural Language to extract custom entities for classification.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.