Class PhraseMatchRuleConfig (1.3.0)

public sealed class PhraseMatchRuleConfig : IMessage<PhraseMatchRuleConfig>, IEquatable<PhraseMatchRuleConfig>, IDeepCloneable<PhraseMatchRuleConfig>, IBufferMessage, IMessage

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
PhraseMatchRuleConfig.ConfigOneofCase

ExactMatchConfig

public ExactMatchConfig ExactMatchConfig { get; set; }

The configuration for the exact match rule.

Property Value
TypeDescription
ExactMatchConfig