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 webpage details the `PhraseMatchData` class, which is used to represent information about a matched phrase matcher within the Google Cloud Contact Center Insights API."],["This class is a part of the `Google.Cloud.ContactCenterInsights.V1` namespace, version 2.0.0, and is implemented within the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."],["The `PhraseMatchData` class provides properties like `DisplayName` for the human-readable name of the phrase matcher and `PhraseMatcher` for its unique identifier."],["The webpage outlines the class's constructors, including a default constructor and a copy constructor that takes another `PhraseMatchData` instance as an argument."],["The page includes links to historical versioning, displaying versions ranging from 1.0.0 to the most recent 2.19.0."]]],[]]