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.
Implements
IMessageIngestConversationsMetadataTypesIngestConversationsStats, IEquatableIngestConversationsMetadataTypesIngestConversationsStats, IDeepCloneableIngestConversationsMetadataTypesIngestConversationsStats, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
IngestConversationsStats()
public IngestConversationsStats()
IngestConversationsStats(IngestConversationsStats)
public IngestConversationsStats(IngestConversationsMetadata.Types.IngestConversationsStats other)
Parameter | |
---|---|
Name | Description |
other | IngestConversationsMetadataTypesIngestConversationsStats |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
ProcessedObjectCount
public int ProcessedObjectCount { get; set; }
Output only. The number of objects processed during the ingest operation.
Property Value | |
---|---|
Type | Description |
int |
SuccessfulIngestCount
public int SuccessfulIngestCount { get; set; }
Output only. The number of new conversations added during this ingest operation.
Property Value | |
---|---|
Type | Description |
int |