public sealed class BulkUploadFeedbackLabelsMetadata : IMessage<BulkUploadFeedbackLabelsMetadata>, IEquatable<BulkUploadFeedbackLabelsMetadata>, IDeepCloneable<BulkUploadFeedbackLabelsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class BulkUploadFeedbackLabelsMetadata.
Metadata for the Bulk Upload Feedback Labels API.
Implements
IMessageBulkUploadFeedbackLabelsMetadata, IEquatableBulkUploadFeedbackLabelsMetadata, IDeepCloneableBulkUploadFeedbackLabelsMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
BulkUploadFeedbackLabelsMetadata()
public BulkUploadFeedbackLabelsMetadata()
BulkUploadFeedbackLabelsMetadata(BulkUploadFeedbackLabelsMetadata)
public BulkUploadFeedbackLabelsMetadata(BulkUploadFeedbackLabelsMetadata other)
Parameter | |
---|---|
Name | Description |
other |
BulkUploadFeedbackLabelsMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time the operation was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
EndTime
public Timestamp EndTime { get; set; }
Output only. The time the operation finished running.
Property Value | |
---|---|
Type | Description |
Timestamp |
PartialErrors
public RepeatedField<Status> PartialErrors { get; }
Partial errors during ingest operation that might cause the operation output to be incomplete.
Property Value | |
---|---|
Type | Description |
RepeatedFieldStatus |
Request
public BulkUploadFeedbackLabelsRequest Request { get; set; }
Output only. The original request for ingest.
Property Value | |
---|---|
Type | Description |
BulkUploadFeedbackLabelsRequest |
UploadStats
public BulkUploadFeedbackLabelsMetadata.Types.UploadStats UploadStats { get; set; }
Output only. Statistics for BulkUploadFeedbackLabels operation.
Property Value | |
---|---|
Type | Description |
BulkUploadFeedbackLabelsMetadataTypesUploadStats |