Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponse

The response of testing correlation config.

Inheritance
object
GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponse : IDirectResponseSchema

Properties

DetailedResults

Results for the DETAILED_SYNC execution mode.

Declaration
[JsonProperty("detailedResults")]
public virtual GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponseDetailedCorrelationResults DetailedResults { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponseDetailedCorrelationResults

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX