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."],[[["This webpage provides documentation for the `PhraseMatchData` class within the `Google.Cloud.ContactCenterInsights.V1` namespace in the .NET environment."],["The documentation covers multiple versions of the API, ranging from version 1.0.0 to the latest version 2.19.0, allowing developers to access information specific to each release."],["`PhraseMatchData` is a class that represents information for a matched phrase matcher and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two properties, `DisplayName` and `PhraseMatcher`, which respectively represent the human-readable name and unique identifier of a phrase matcher."],["`PhraseMatchData` has two constructors, a default one and one that takes another `PhraseMatchData` instance as a parameter for copying."]]],[]]