public sealed class PhraseMatchRuleGroup : IMessage<PhraseMatchRuleGroup>, IEquatable<PhraseMatchRuleGroup>, IDeepCloneable<PhraseMatchRuleGroup>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class PhraseMatchRuleGroup.
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."],[[["The `PhraseMatchRuleGroup` class is part of the Google Cloud Contact Center AI Insights v1 API and is used to represent a group of rules in a phrase matcher."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as deep cloning and equality comparisons."],["The latest version available for the `PhraseMatchRuleGroup` class is 2.19.0, and there are many other versions available dating back to version 1.0.0."],["The `PhraseMatchRuleGroup` class has two properties: `PhraseMatchRules`, a list of phrase match rules, and `Type`, which represents the type of the phrase match rule group."],["There are 2 constructors for `PhraseMatchRuleGroup`, one default and another accepting another `PhraseMatchRuleGroup` as a parameter for cloning purposes."]]],[]]