Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1IngestConversationsMetadataIngestConversationsStats

Statistics for IngestConversations operation.

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

Properties

DuplicatesSkippedCount

Output only. The number of objects skipped because another conversation with the same transcript uri had already been ingested.

Declaration
[JsonProperty("duplicatesSkippedCount")]
public virtual int? DuplicatesSkippedCount { 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

FailedIngestCount

Output only. The number of objects which were unable to be ingested due to errors. The errors are populated in the partial_errors field.

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

ProcessedObjectCount

Output only. The number of objects processed during the ingest operation.

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

SuccessfulIngestCount

Output only. The number of new conversations added during this ingest operation.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX