A company uses AI to automatically categorize customer support tickets into 'Billing', 'Technical', or 'General'. The model is trained on thousands of past tickets labeled by agents. What type of AI task is this?
Text classification assigns predefined labels to text, exactly matching the ticket categorization use case.
Why this answer
This is a text classification problem using supervised learning, where each ticket is assigned to a predefined category based on labeled training data.