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.ContactCenterInsights.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of this class is available in version 2.19.0, with numerous prior versions documented back to version 1.0.0."],["`PhraseMatchData` objects can be constructed with default values or by copying another `PhraseMatchData` object."],["The class contains properties such as `DisplayName` and `PhraseMatcher`, both of type `string`, to represent the human-readable name and the unique identifier of the phrase matcher, respectively."]]],[]]