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, which is part of the `Google.Cloud.ContactCenterInsights.V1` namespace and is found in the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."],["The `PhraseMatchRule` class is used to define rules for matching specific phrases within transcript segments, as indicated by it inheriting and implementing various interfaces related to message handling and object comparison."],["The `PhraseMatchRule` class includes properties such as `Config`, `Negated`, and `Query`, allowing for the specification of match rule configurations, negation, and the query phrase to be matched."],["There are 24 different versions of `PhraseMatchRule` listed, ranging from version 1.0.0 to the latest version 2.19.0, with links to the documentation for each version."],["The `PhraseMatchRule` class has two constructors, one default and one that accepts another `PhraseMatchRule` object as a parameter, allowing a rule to be duplicated."]]],[]]