Contact Center AI Insights v1 API - Class BulkDownloadFeedbackLabelsMetadata (2.18.0)

public sealed class BulkDownloadFeedbackLabelsMetadata : IMessage<BulkDownloadFeedbackLabelsMetadata>, IEquatable<BulkDownloadFeedbackLabelsMetadata>, IDeepCloneable<BulkDownloadFeedbackLabelsMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class BulkDownloadFeedbackLabelsMetadata.

Metadata for the BulkDownloadFeedbackLabel endpoint.

Inheritance

object > BulkDownloadFeedbackLabelsMetadata

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

BulkDownloadFeedbackLabelsMetadata()

public BulkDownloadFeedbackLabelsMetadata()

BulkDownloadFeedbackLabelsMetadata(BulkDownloadFeedbackLabelsMetadata)

public BulkDownloadFeedbackLabelsMetadata(BulkDownloadFeedbackLabelsMetadata other)
Parameter
Name Description
other BulkDownloadFeedbackLabelsMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the operation was created.

Property Value
Type Description
Timestamp

DownloadStats

public BulkDownloadFeedbackLabelsMetadata.Types.DownloadStats DownloadStats { get; set; }

Output only. Statistics for BulkDownloadFeedbackLabels operation.

Property Value
Type Description
BulkDownloadFeedbackLabelsMetadataTypesDownloadStats

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 BulkDownloadFeedbackLabelsRequest Request { get; set; }

Output only. The original request for download.

Property Value
Type Description
BulkDownloadFeedbackLabelsRequest