public sealed class PhraseMatchRuleGroup : IMessage<PhraseMatchRuleGroup>, IEquatable<PhraseMatchRuleGroup>, IDeepCloneable<PhraseMatchRuleGroup>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class PhraseMatchRuleGroup.
A message representing a rule in the phrase matcher.
Implements
IMessage<PhraseMatchRuleGroup>, IEquatable<PhraseMatchRuleGroup>, IDeepCloneable<PhraseMatchRuleGroup>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
PhraseMatchRuleGroup()
public PhraseMatchRuleGroup()PhraseMatchRuleGroup(PhraseMatchRuleGroup)
public PhraseMatchRuleGroup(PhraseMatchRuleGroup other)| Parameter | |
|---|---|
| Name | Description |
other |
PhraseMatchRuleGroup |
Properties
PhraseMatchRules
public RepeatedField<PhraseMatchRule> PhraseMatchRules { get; }A list of phase match rules that are included in this group.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<PhraseMatchRule> |
|
Type
public PhraseMatchRuleGroup.Types.PhraseMatchRuleGroupType Type { get; set; }Required. The type of this phrase match rule group.
| Property Value | |
|---|---|
| Type | Description |
PhraseMatchRuleGroup.Types.PhraseMatchRuleGroupType |
|