public sealed class PhraseMatchData : IMessage<PhraseMatchData>, IEquatable<PhraseMatchData>, IDeepCloneable<PhraseMatchData>, IBufferMessage, IMessage
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 `PhraseMatchData` class represents data for a matched phrase matcher within the Google Cloud Contact Center Insights V1 API."],["This class is available across multiple versions, with the latest being 2.19.0, and it can be found in the `Google.Cloud.ContactCenterInsights.V1` namespace."],["`PhraseMatchData` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for functionalities such as message handling, equality comparison, deep cloning, and buffered message operations."],["The class provides properties like `DisplayName` for the human-readable name and `PhraseMatcher` for the unique resource name of the phrase matcher."],["There are two constructors for `PhraseMatchData`: a default one and one that takes another `PhraseMatchData` object as a parameter for creating a copy."]]],[]]