
Answer-first summary for fast verification
Answer: Create multiple intents for different types of customer service inquiries and add specific utterances for each intent.
Creating multiple intents for different types of customer service inquiries allows the model to better understand the user's intent 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 creating a single entity for all customer information would not be sufficient to extract all relevant information. Option D is not a viable approach as the model would not have any structure or guidance to learn from user interactions.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with creating a language understanding model for a chatbot that will handle customer service inquiries. The model should be able to identify the user's intent and extract relevant information from their messages. How would you approach this task?
A
Create a single intent for all customer service inquiries and add all possible utterances to it.
B
Create multiple intents for different types of customer service inquiries and add specific utterances for each intent.
C
Create a single entity for all customer information and extract it from all user messages.
D
Train the model without any intents or entities and let it learn from user interactions.
No comments yet.