Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStats

Statistics for TestCorrelationConfig operation.

Inheritance
object
GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStats
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 GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStats : IDirectResponseSchema

Properties

ConversationCorrelationErrors

A list of errors that occurred during correlation, one for each conversation that failed.

Declaration
[JsonProperty("conversationCorrelationErrors")]
public virtual IList<GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError> ConversationCorrelationErrors { get; set; }
Property Value
Type Description
IList<GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError>

CorrelatedConversationsCount

The number of conversations correlated.

Declaration
[JsonProperty("correlatedConversationsCount")]
public virtual int? CorrelatedConversationsCount { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FailedConversationsCount

The number of conversations that failed correlation.

Declaration
[JsonProperty("failedConversationsCount")]
public virtual int? FailedConversationsCount { get; set; }
Property Value
Type Description
int?

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>

SampledConversationsCount

The number of conversations sampled.

Declaration
[JsonProperty("sampledConversationsCount")]
public virtual int? SampledConversationsCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX