
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.