Class GoogleCloudContactcenterinsightsV1PhraseMatchRule
The data for a phrase match rule.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1PhraseMatchRule : IDirectResponseSchema
Properties
Config
Provides additional information about the rule that specifies how to apply the rule.
Declaration
[JsonProperty("config")]
public virtual GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig Config { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Negated
Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
Declaration
[JsonProperty("negated")]
public virtual bool? Negated { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Query
Required. The phrase to be matched.
Declaration
[JsonProperty("query")]
public virtual string Query { get; set; }
Property Value
Type | Description |
---|---|
string |