Contact Center AI Insights v1 API - Class PhraseMatchRuleConfig (2.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class PhraseMatchRuleConfig : IMessage<PhraseMatchRuleConfig>, IEquatable<PhraseMatchRuleConfig>, IDeepCloneable<PhraseMatchRuleConfig>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class PhraseMatchRuleConfig.
Configuration information of a phrase match rule.
Implements
IMessage PhraseMatchRuleConfig, IEquatable PhraseMatchRuleConfig, IDeepCloneable PhraseMatchRuleConfig, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
PhraseMatchRuleConfig()
public PhraseMatchRuleConfig()PhraseMatchRuleConfig(PhraseMatchRuleConfig)
public PhraseMatchRuleConfig(PhraseMatchRuleConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
PhraseMatchRuleConfig |
Properties
ConfigCase
public PhraseMatchRuleConfig.ConfigOneofCase ConfigCase { get; }| Property Value | |
|---|---|
| Type | Description |
PhraseMatchRuleConfig ConfigOneofCase |
|
ExactMatchConfig
public ExactMatchConfig ExactMatchConfig { get; set; }The configuration for the exact match rule.
| Property Value | |
|---|---|
| Type | Description |
ExactMatchConfig |
|