Class GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStats
Statistics for TestCorrelationConfig operation.
Inheritance
GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStats
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStats : IDirectResponseSchema
Properties
ConversationCorrelationErrors
A list of errors that occurred during correlation, one for each conversation that failed.
Declaration
[JsonProperty("conversationCorrelationErrors")]
public virtual IList<GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError> ConversationCorrelationErrors { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError> |
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? |