Class GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleResponse
The response message for testing auto labeling rules.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LabelResult
The result of the test auto labeling rule.
Declaration
[JsonProperty("labelResult")]
public virtual string LabelResult { get; set; }
Property Value
| Type | Description |
|---|---|
| string |