public sealed class PhraseMatchData : IMessage<PhraseMatchData>, IEquatable<PhraseMatchData>, IDeepCloneable<PhraseMatchData>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class PhraseMatchData.
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 latest version of the `PhraseMatchData` class within the `Google.Cloud.ContactCenterInsights.V1` API is 2.19.0, with version 2.16.0 being highlighted in the content."],["`PhraseMatchData` is a class within the Contact Center AI Insights v1 API, designed to represent data for a matched phrase matcher, providing information on specific matches."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PhraseMatchData` class has two constructors: a parameterless constructor and one that takes another `PhraseMatchData` object as a parameter, allowing for the creation of new instances as well as copying existing ones."],["The `PhraseMatchData` class includes properties such as `DisplayName` and `PhraseMatcher`, which provide the human-readable name and unique identifier of the phrase matcher, respectively."]]],[]]