Create a model to predict similar cases
Summarize
Summary of Create a model to predict similar cases
This capability in ServiceNow’s Task Intelligence for Customer Service enables you to test, edit, and create predictive models that identify similar customer service cases. It helps agents quickly find relevant past cases to improve resolution efficiency and accuracy.
Show less
Key Features
- Base system models: Includes pre-trained models for predicting similar cases, such as Major Case Identifier, Similar Open Cases, and Similar Resolved Cases.
- Automatic installation and training: When the Task Intelligence for CSM plugin is installed in production, these models are automatically trained on your data and deployed.
- Recommendation activation: While Similar Open Cases and Similar Resolved Cases show recommendations by default on case forms, recommendations for Major Case Identifier require manual activation.
- Major Case Identifier activation steps: Enable “Propose major issue” and “Similar major cases” recommendations via the Recommended Actions module by setting them to active.
- Suggested Actions tab: Enables agents to see model-based recommendations directly in the case workspace. Requires activation of the Recommended Actions feature on Front Line and CSM default record pages.
- Required roles: mladmin, tiadmin for model management; workspaceadmin, uibuilderadmin, nextbestactionauthor for enabling Recommended Actions UI components.
Practical Steps for Customers
- Install Task Intelligence for CSM plugin to automatically get base models trained on your data.
- Activate recommendations for the Major Case Identifier model if you want to propose major issues and show similar major cases.
- Enable the Suggested Actions tab by configuring the Recommended Actions component in the UI Builder for Front Line and CSM default case pages, so agents can access recommendations directly.
- Adjust UX screen conditions to ensure Recommended Actions are displayed properly on case forms.
Expected Outcomes
By implementing and activating these models and UI features, agents gain immediate access to relevant similar cases and actionable recommendations while working on customer service cases. This improves case resolution speed and consistency, enhances agent productivity, and supports proactive major issue management.
Test and edit the pre-trained similar cases model for predicting similarity in customer service cases and create a model for custom cases.
- Pre-requisites
- Role required: ml_admin, ti_admin
- About this task
- Base system models: Task Intelligence for Customer Service includes three base system models for predicting similar records for cases:
- Major Case identifier
- Similar Open Cases
- Similar Resolved Cases
Steps to activate Major Case identifier recommendation
- Navigate to .
- Select Propose major issue under the Application scope Task Intelligence for Customer Service.
-
Check the Active check box.
- Select Update.
Repeat the steps for Similar major cases.
Propose major issue and similar major cases are inactive in the base system.
Enable Suggested Actions on the front line case page record
- Before you begin
- Role required: workspace_admin, ui_builder_admin, ti_admin, next_best_action_author
- About this task
-
To enable Suggested Actions tab, the admin should activate the Recommended actions feature on two specific pages: Front line case page and CSM default record page. Once activated, agents can view the recommendations on these pages.Note:For CSM default record page, first wire Recommended actions on this CSM default record page first, and then enable the Suggested Actions tab in UIB via the component property.
- Navigate to > Now Experience Framework >Experiences.
- Select the UX application CSM/FSM Configurable Workspace.
- Select Open in UI Builder.
- Navigate to Record under Pages and variants.
- Select Front-line Case page.Note:Verify that you're in the accurate scope to be able to edit.
- Select Recommended Actions 1 under the Tabs.
- In the Configure tab, turn off the toggle for Hide recommended actions.
- Select Save.
By following these steps, you successfully activate the Recommended Actions feature, enabling agents to view suggestions under Recommendations in the CSM/FSM Configurable Workspace. When you open a case, you find the recommendations section with two tabs: Search and Suggested Actions. The recommendations are displayed under Suggested Actions.
Enable Recommended actions in the CSM default record page
- Navigate to All.
- In the search box, enter sys_ux_screen_condition.list and press enter.
- Select the filter icon, enter [Screen] [contains] [Recommeded Actions default] and [Application] [is] [Recommeded Actions], and select Run.
- Select the true link under Active.
- On the UX Screen Condition page in the Script, replace the return value with true.
- Select Update.
Result: On opening a case, the recommendations section with two tabs: Search and Suggested Actions is displayed. The recommendations are displayed under Suggested Actions.
Find out how to Create a custom similar case model, Edit a model, and Export a model