public sealed class PhraseMatchRule : IMessage<PhraseMatchRule>, IEquatable<PhraseMatchRule>, IDeepCloneable<PhraseMatchRule>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class PhraseMatchRule.
The data for a phrase match rule.
Implements
IMessagePhraseMatchRule, IEquatablePhraseMatchRule, IDeepCloneablePhraseMatchRule, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
PhraseMatchRule()
public PhraseMatchRule()PhraseMatchRule(PhraseMatchRule)
public PhraseMatchRule(PhraseMatchRule other)| Parameter | |
|---|---|
| Name | Description |
other |
PhraseMatchRule |
Properties
Config
public PhraseMatchRuleConfig Config { get; set; }Provides additional information about the rule that specifies how to apply the rule.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
bool |
|
Query
public string Query { get; set; }Required. The phrase to be matched.
| Property Value | |
|---|---|
| Type | Description |
string |
|