public sealed class PhraseMatchRule : IMessage<PhraseMatchRule>, IEquatable<PhraseMatchRule>, IDeepCloneable<PhraseMatchRule>, IBufferMessage, IMessage
[[["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 details the `PhraseMatchRule` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, presenting various versions of the API, with 2.19.0 being the most recent release."],["The `PhraseMatchRule` class, designed for matching phrases, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities within the .NET framework."],["The class includes properties like `Config`, `Negated`, and `Query`, allowing for detailed specification of phrase matching rules, including if the phrase must be missing or present and the phrase to match."],["There are multiple versions of this API ranging from 1.0.0 to the latest 2.19.0, all within the `Google.Cloud.ContactCenterInsights.V1.PhraseMatchRule` package, for the purpose of implementing the matching of phrases."],["The class inherits from the `Object` class and can be utilized to set up specific rules for phrase matching using the available constructors, `PhraseMatchRule()` and `PhraseMatchRule(PhraseMatchRule)`."]]],[]]