public sealed class BulkUploadFeedbackLabelsMetadata.Types.UploadStats : IMessage<BulkUploadFeedbackLabelsMetadata.Types.UploadStats>, IEquatable<BulkUploadFeedbackLabelsMetadata.Types.UploadStats>, IDeepCloneable<BulkUploadFeedbackLabelsMetadata.Types.UploadStats>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class BulkUploadFeedbackLabelsMetadata.Types.UploadStats.
Statistics for BulkUploadFeedbackLabels operation.
Implements
IMessageBulkUploadFeedbackLabelsMetadataTypesUploadStats, IEquatableBulkUploadFeedbackLabelsMetadataTypesUploadStats, IDeepCloneableBulkUploadFeedbackLabelsMetadataTypesUploadStats, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
UploadStats()
public UploadStats()UploadStats(UploadStats)
public UploadStats(BulkUploadFeedbackLabelsMetadata.Types.UploadStats other)| Parameter | |
|---|---|
| Name | Description |
other |
BulkUploadFeedbackLabelsMetadataTypesUploadStats |
Properties
FailedValidationCount
public int FailedValidationCount { get; set; }The number of objects skipped because of failed validation
| Property Value | |
|---|---|
| Type | Description |
int |
|
ProcessedObjectCount
public int ProcessedObjectCount { get; set; }The number of objects processed during the upload operation.
| Property Value | |
|---|---|
| Type | Description |
int |
|
SuccessfulUploadCount
public int SuccessfulUploadCount { get; set; }The number of new feedback labels added during this ingest operation.
| Property Value | |
|---|---|
| Type | Description |
int |
|