Class GoogleCloudContactcenterinsightsV1mainDimensionLabelDimensionMetadata
Metadata about conversation labels.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1mainDimensionLabelDimensionMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LabelKey
Optional. The label key.
Declaration
[JsonProperty("labelKey")]
public virtual string LabelKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LabelValue
Optional. The label value.
Declaration
[JsonProperty("labelValue")]
public virtual string LabelValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |