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, from the latest 2.19.0 to older iterations down to 1.0.0."],["The `PhraseMatchRule` class is used to define the data for a phrase match rule in contact center insights and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and provides methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, while also offering constructors for creating instances of `PhraseMatchRule`, as well as properties like `Config`, `Negated`, and `Query`."],["The `PhraseMatchRule` class has a public constructor for an empty object, and one that is used to create a new object from another `PhraseMatchRule` instance."],["The properties of the class `PhraseMatchRule` control the matching rules, such as how the phrase is matched, if it needs to be missing, and the phrase itself."]]],[]]