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 provides documentation for the `PhraseMatchData` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, with version 2.19.0 being the latest."],["`PhraseMatchData` is a class that represents data for a matched phrase matcher, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one (`PhraseMatchData()`) and another that takes another `PhraseMatchData` instance as input for copying."],["It includes properties like `DisplayName` (a string for the human-readable name of the matcher) and `PhraseMatcher` (a string for the unique identifier of the phrase matcher)."],["A list of previous versions is also provided on the page, ranging from 1.0.0 up to 2.18.0."]]],[]]