Class GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponse
The response of testing correlation config.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponse : IDirectResponseSchema
Properties
DetailedResults
Results for the DETAILED_SYNC execution mode.
Declaration
[JsonProperty("detailedResults")]
public virtual GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponseDetailedCorrelationResults DetailedResults { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponseDetailedCorrelationResults |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PartialErrors
Partial errors during test correlation config operation that might cause the operation output to be incomplete.
Declaration
[JsonProperty("partialErrors")]
public virtual IList<GoogleRpcStatus> PartialErrors { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleRpcStatus> |