Record categorization
Summarize
Summary of Record categorization
The record categorization feature in Task Intelligence for Customer Service uses machine learning to analyze text and attachments from multiple channels such as email, web, and chat. It automatically predicts and populates fields on case and interaction records, enabling efficient case categorization and routing. This automation reduces reliance on multiple email inboxes and robotic process automation (RPA) bots, freeing employees to focus on higher-value tasks.
Show less
Key Features
- Predicted and recommended field values: Fields populated by AI predictions are marked with an AI icon and include recommended top three values in dropdowns for agent selection. This applies to choice lists, lookups, and text fields.
- AI prediction banner: Displays a banner on case records with predictive categorization to notify agents of auto-filled fields, which disappears if agents change predicted values or all fields are recommended.
- Prediction feedback: Feedback data on prediction accuracy is stored in the Predictor Result table, accessible by users with the mladmin role, to monitor and improve model performance.
- Multi-lingual support: A single machine learning model supports multiple languages (English, French, German, Spanish) and additional languages on demand (e.g., Arabic, Chinese, Japanese), allowing categorization across global customer communications.
- Attachment-based categorization: The model analyzes email and record attachments in addition to text fields to enhance prediction accuracy and enable routing based on comprehensive case information.
- Configurable filtering: Inactive field values can be excluded from predictions via a system property, ensuring relevance and accuracy of suggested values.
Benefits for ServiceNow Customers
- Accelerates case handling by automatically categorizing and routing records to appropriate service desks.
- Improves agent productivity by providing recommended values and reducing manual data entry.
- Supports global operations with multi-lingual categorization capabilities, enhancing service quality.
- Leverages attachments in case records for richer context and more accurate categorization.
- Enables ongoing monitoring of prediction effectiveness through stored feedback data.
The record categorization feature included with Task Intelligence for Customer Service uses machine learning models to evaluate text, predict field values, and automatically populate fields on case and interaction records.
Record categorization supports multiple languages and can scan attachments in addition to evaluating text from emails and records. Use this feature to categorize cases, case types, and interactions from multiple channels including email, web, and chat.
You can use the results of the categorization to automatically route records to the right service desk, which avoid the need for multiple email inboxes and RPA bots. Auto- routing also frees up your employees to work on other tasks.
Predicted field values
In CSM Configurable Workspace and Core UI, the fields on the record that contain predicted values are identified with the Predicted or Recommended messages.
Recommended field values
- Choice lists
- Single lookup
- Multi lookup
- Single and multi text fields
If the top three recommendations aren’t available, the system displays a message in the Top Recommendations section of the dropdown list that no predictions are available. The other values follow this message.
Filtering inactive field values from predictions
Enable the sn_csm_ml_task.case.categorization.enable_inactive_filter to remove inactive field values from predictions. The default setting for this property is false.
AI prediction banner
The banner can be enabled or disabled by the sn_csm_ml_task.ui.banner.enabled system property.
Prediction feedback
- Autofill: A value is considered to be predicted correctly (set to true) if the predicted value and the final value are the same.
- Recommendation: A value is considered to be predicted correctly if any one of the predicted values matches the final value.
The Predictor Result table also stores information about skipped and failed predictions. For more information about this table, see Components installed with Task Intelligence for Customer Service.
Multi-lingual record categorization
- English
- French
- German
- Spanish
- Understand the text in emails and records.
- Evaluate the text and predict field values.
- Add the predicted values to fields on cases, case types, and interactions.
- Arabic
- Chinese (PRC)
- Chinese (Taiwan)
- Dutch
- Italian
- Japanese
- Korean
- Polish
- Portuguese
- Russian
- Thai
- Turkish
Attachment-based record categorization
Attachments can include valuable signals that help support desks to categorize and route records automatically. To take advantage of attachment information, you can use a machine learning model to parse email and record text and attachments and automatically populate fields on cases, case types, and interactions based on signals contained in the text.
- Text in the subject line and body of a customer email.
- Text in the short description and description of a case or interaction.
- Text in email and record attachments.
Attachment-based categorization uses all of this information to predict field values. As a result, you can automatically route records to the appropriate service desk based on these values.