Contact Center AI Insights v1 API - Class PhraseMatchRuleConfig (2.7.0)

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.

Inheritance

object > PhraseMatchRuleConfig

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

PhraseMatchRuleConfig()

public PhraseMatchRuleConfig()

PhraseMatchRuleConfig(PhraseMatchRuleConfig)

public PhraseMatchRuleConfig(PhraseMatchRuleConfig other)
Parameter
NameDescription
otherPhraseMatchRuleConfig

Properties

ConfigCase

public PhraseMatchRuleConfig.ConfigOneofCase ConfigCase { get; }
Property Value
TypeDescription
PhraseMatchRuleConfigConfigOneofCase

ExactMatchConfig

public ExactMatchConfig ExactMatchConfig { get; set; }

The configuration for the exact match rule.

Property Value
TypeDescription
ExactMatchConfig