public sealed class PhraseMatchData : IMessage<PhraseMatchData>, IEquatable<PhraseMatchData>, IDeepCloneable<PhraseMatchData>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class PhraseMatchData.
The data for a matched phrase matcher.
Represents information identifying a phrase matcher for a given match.
[[["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-21 UTC."],[[["The latest version available for `PhraseMatchData` in the `Google.Cloud.ContactCenterInsights.V1` API is 2.19.0, and the current document is for version 2.11.0."],["`PhraseMatchData` is a class representing data for a matched phrase, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and contains two constructors: a default constructor `PhraseMatchData()` and another that accepts another `PhraseMatchData` object as a parameter, `PhraseMatchData(PhraseMatchData other)`."],["The `PhraseMatchData` class has two primary properties: `DisplayName`, a string representing the human-readable name, and `PhraseMatcher`, a string representing the resource name of the phrase matcher."],["There are 24 different versions of the PhraseMatchData class available, ranging from version 1.0.0 to the latest version 2.19.0."]]],[]]