Class GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleRequest
The request message for testing auto labeling rules.
Implements
Inherited Members
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 |