Contact Center AI Insights v1 API - Class PhraseMatchRule (2.10.0)

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

Reference documentation and code samples for the Contact Center AI Insights v1 API class PhraseMatchRule.

The data for a phrase match rule.

Inheritance

object > PhraseMatchRule

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

PhraseMatchRule()

public PhraseMatchRule()

PhraseMatchRule(PhraseMatchRule)

public PhraseMatchRule(PhraseMatchRule other)
Parameter
NameDescription
otherPhraseMatchRule

Properties

Config

public PhraseMatchRuleConfig Config { get; set; }

Provides additional information about the rule that specifies how to apply the rule.

Property Value
TypeDescription
PhraseMatchRuleConfig

Negated

public bool Negated { get; set; }

Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.

Property Value
TypeDescription
bool

Query

public string Query { get; set; }

Required. The phrase to be matched.

Property Value
TypeDescription
string