How to classify Intercom Support Call Transcripts with generative AI
As a company providing customer support through Intercom, it is important to classify support call transcripts accurately and quickly. Manually tagging each call for category and urgency level can be time-consuming and prone to errors, leading to negative customer experiences. In this post, we will show you how to use generative AI to automatically classify Intercom support call transcripts for faster and more efficient processing.
What is Text Classification?
Text classification, also known as text categorization, is a natural language processing technique that involves using machine learning algorithms to automatically assign predefined categories or labels to a given text document. The algorithms learn from a labeled training set of text data and use statistical models to identify patterns and features in the text that can be used to classify new, unseen text data.
Text classification is used in various applications, including spam detection, sentiment analysis, and content filtering. It has become a crucial tool for industries that rely on large amounts of text data, helping to automate tasks and extract valuable insights from the data.
Example Use Cases
Intercom support call transcripts can be classified for the following use cases:
- Automatically classify calls by urgency level
- Automatically classify calls by category and subcategory
- Identify and classify spam calls
- Automatically prioritize urgent calls
- Reduce average resolution time
Teams that might find these use cases helpful include customer support, customer success, product, operations, and finance.
Finding Your Input Data and Categories
You first need to identify the data that you want to work with, which are the Intercom support call transcripts. You can extract this data using the Intercom API, export it in CSV format, query a list of call transcripts from your data warehouse or BI tool, or copy and paste with an example transcript.
For more information on the Intercom API, see here: https://developers.intercom.com/building-apps/docs/getting-started-with-the-intercom-api
Next, you need to find or create your list of categories for classifying the call transcripts, which might include categories like:
- Technical issues
- Billing and payment issues
- Product information and features
- Customer feedback and suggestions
- Shipping and delivery issues
- Account management
- General inquiries
- Return and exchange requests
- Training and education
- Sales and marketing
Once you have your data and categories, you can use generative AI to automatically classify your Intercom support call transcripts. This will help you to reduce the time it takes to process support calls and ensure that calls are routed to the correct point of contact.