Stay organized with collections
Save and categorize content based on your preferences.
Overview
Custom Highlights functions in a similar way as the Smart Highlights
feature. A highlight contains key words or phrases that
Insights recognizes as being important to determining the user's
intent. If highlights are present, they are labeled in the returned transcript.
Smart Highlights automatically detects highlights based on a range of pre-set
scenarios, while Custom Highlights lets you specify custom criteria that should
be recognized as highlights.
A custom highlight can be made up of one or more phrase match rule groups.
A phrase match rule group contains one or more rules. You can use the
following parameters to customize the behavior of your rules.
Rules to determine a match
You can specify whether a highlight should be detected if only one of the
rule groups resolves to true, or if all of the rule groups resolve to true.
Similarly, you can specify that a rule group should resolve to true if only
one of its rules is met, or if conditions for all rules in the rule group must
be met.
Create a custom highlight using the console
Permissions required for this task
To perform this task, you must have the following
permissions:
Select Conversation Highlights from the navigation menu on the left
and go to the Custom Highlights tab.
Click Add New, then type in the highlight name and the key words to be
detected.
The configuration in the console assumes the following:
There are at most two phrase match rule groups in the highlight and ALL_OF
logic is applied at highlight level.
One of the phrase match rule groups must contain positive conditions and
default to ANY_OF logic (represented by Keywords to match). You can
add a second phrase match rule group that only contains negative conditions
and defaults to ALL_OF logic (represented by Keywords to exclude).
Keywords are case insensitive.
Analyze a Insights conversation
After a custom highlight is created, you can use it to analyze your
conversations. See the how-to section to learn
how to analyze a conversation.
When an analysis has completed, you can view your custom highlights annotations
in the Annotations panel along with other types of annotations in each
conversation.
In the Custom Highlights tab, you can also find a chart and a table that
display the number of each highlight present in the analyzed conversations for
different time windows.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["Custom Highlights allow users to define specific criteria for identifying key words or phrases in conversations, similar to Smart Highlights but with user-defined rules."],["A custom highlight is built using phrase match rule groups, which consist of one or more rules, and users can specify if one or all rules need to be met for a match."],["Creating a custom highlight involves navigating to the Custom Highlights tab in the Insights console, and requires the `contactcenterinsights.phraseMatchers.create` permission."],["The console's user interface for creating highlights has certain configuration limitations, such as supporting a maximum of two phrase match rule groups, and for full functionality, the REST API must be used."],["After creating custom highlights, users can analyze conversations to view the highlight annotations in the Annotations panel, and a chart and table are available to display the frequency of each highlight over time."]]],[]]