public sealed class PhraseMatchRuleConfig : IMessage<PhraseMatchRuleConfig>, IEquatable<PhraseMatchRuleConfig>, IDeepCloneable<PhraseMatchRuleConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class PhraseMatchRuleConfig.
Configuration information of a phrase match rule.
Implements
IMessagePhraseMatchRuleConfig, IEquatablePhraseMatchRuleConfig, IDeepCloneablePhraseMatchRuleConfig, 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 |
PhraseMatchRuleConfigConfigOneofCase |
ExactMatchConfig
public ExactMatchConfig ExactMatchConfig { get; set; }
The configuration for the exact match rule.
Property Value | |
---|---|
Type | Description |
ExactMatchConfig |