Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleRequest

The request message for testing auto labeling rules.

Inheritance
object
GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleRequest
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 GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleRequest : IDirectResponseSchema

Properties

AutoLabelingRule

Required. The auto labeling rule to test.

Declaration
[JsonProperty("autoLabelingRule")]
public virtual GoogleCloudContactcenterinsightsV1AutoLabelingRule AutoLabelingRule { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1AutoLabelingRule

Conversation

Required. Conversation data to test rules against.

Declaration
[JsonProperty("conversation")]
public virtual GoogleCloudContactcenterinsightsV1Conversation Conversation { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1Conversation

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX