public sealed class PhraseMatchRule : IMessage<PhraseMatchRule>, IEquatable<PhraseMatchRule>, IDeepCloneable<PhraseMatchRule>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class PhraseMatchRule.
[[["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 `PhraseMatchRule` class in the `Google.Cloud.ContactCenterInsights.V1` namespace is used to define rules for matching phrases within transcripts."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message manipulation and comparison."],["The `PhraseMatchRule` has properties such as `Config`, `Negated`, and `Query` that define how the phrase matching should be applied, whether a phrase should be present or absent, and what the phrase is, respectively."],["There are multiple versions available for this class, the latest being 2.19.0, with a list going as far back as version 1.0.0."],["The `PhraseMatchRule` class includes two constructors, one default and another which takes a `PhraseMatchRule` object as an input, for the cloning of the `PhraseMatchRule` object."]]],[]]