Contact Center AI Insights v1 API - Class IngestConversationsMetadata.Types.IngestConversationsStats (2.10.0)

public sealed class IngestConversationsMetadata.Types.IngestConversationsStats : IMessage<IngestConversationsMetadata.Types.IngestConversationsStats>, IEquatable<IngestConversationsMetadata.Types.IngestConversationsStats>, IDeepCloneable<IngestConversationsMetadata.Types.IngestConversationsStats>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class IngestConversationsMetadata.Types.IngestConversationsStats.

Statistics for IngestConversations operation.

Inheritance

object > IngestConversationsMetadata.Types.IngestConversationsStats

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

IngestConversationsStats()

public IngestConversationsStats()

IngestConversationsStats(IngestConversationsStats)

public IngestConversationsStats(IngestConversationsMetadata.Types.IngestConversationsStats other)
Parameter
NameDescription
otherIngestConversationsMetadataTypesIngestConversationsStats

Properties

DuplicatesSkippedCount

public int DuplicatesSkippedCount { get; set; }

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

Property Value
TypeDescription
int

FailedIngestCount

public int FailedIngestCount { get; set; }

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

Property Value
TypeDescription
int

ProcessedObjectCount

public int ProcessedObjectCount { get; set; }

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

Property Value
TypeDescription
int

SuccessfulIngestCount

public int SuccessfulIngestCount { get; set; }

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

Property Value
TypeDescription
int