public sealed class PhraseMatchRuleGroup : IMessage<PhraseMatchRuleGroup>, IEquatable<PhraseMatchRuleGroup>, IDeepCloneable<PhraseMatchRuleGroup>, IBufferMessage, IMessage
A message representing a rule in the phrase matcher.
[[["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 `PhraseMatchRuleGroup` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, used for defining rules in phrase matching within the Contact Center Insights service."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors for creating new instances of the object, including one to duplicate a current instance."],["The `PhraseMatchRuleGroup` class includes properties `PhraseMatchRules`, which is a list of individual phrase match rules, and `Type`, which specifies the kind of phrase match rule group being used."],["The webpage provides documentation for multiple versions of this class, with the latest being version 2.19.0, and includes versions going back to version 1.0.0."],["`PhraseMatchRuleGroup` inherits from the base `Object` class and its inherited methods `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` are also documented."]]],[]]