Class GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsMetadata
The metadata for generative insights.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorMessages
The error message when the generative insights request fails.
Declaration
[JsonProperty("errorMessages")]
public virtual IList<GoogleRpcStatus> ErrorMessages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleRpcStatus> |