Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1PhraseMatchRule

The data for a phrase match rule.

Inheritance
object
GoogleCloudContactcenterinsightsV1PhraseMatchRule
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX