
Microsoft Certified Azure AI Engineer Associate - AI-102
Get started today
Ultimate access to all questions.
You are working on a case study where a company wants to implement a language understanding model for their customer support system. The model should be able to handle various intents such as 'order_status', 'return_policy', and 'product_info'. How would you approach the task of creating intents and adding utterances for this scenario?
You are working on a case study where a company wants to implement a language understanding model for their customer support system. The model should be able to handle various intents such as 'order_status', 'return_policy', and 'product_info'. How would you approach the task of creating intents and adding utterances for this scenario?
Explanation:
Creating separate intents for 'order_status', 'return_policy', and 'product_info' allows the model to better understand the specific needs of the user and provide more accurate responses. Adding specific utterances for each intent helps the model recognize and classify the user's messages correctly. Option A would not be effective as it would not allow the model to differentiate between different types of inquiries. Option C is incorrect as using pre-built entities alone would not be sufficient to capture the specific intents. Option D is not a viable approach as creating separate intents for each utterance would result in a highly fragmented and inefficient model.