Contact Center AI Insights v1 API - Class ExportInsightsDataMetadata (2.14.0)

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

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

Metadata for an export insights operation.

Inheritance

object > ExportInsightsDataMetadata

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ExportInsightsDataMetadata()

public ExportInsightsDataMetadata()

ExportInsightsDataMetadata(ExportInsightsDataMetadata)

public ExportInsightsDataMetadata(ExportInsightsDataMetadata other)
Parameter
NameDescription
otherExportInsightsDataMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the operation was created.

Property Value
TypeDescription
Timestamp

EndTime

public Timestamp EndTime { get; set; }

Output only. The time the operation finished running.

Property Value
TypeDescription
Timestamp

PartialErrors

public RepeatedField<Status> PartialErrors { get; }

Partial errors during export operation that might cause the operation output to be incomplete.

Property Value
TypeDescription
RepeatedFieldStatus

Request

public ExportInsightsDataRequest Request { get; set; }

The original request for export.

Property Value
TypeDescription
ExportInsightsDataRequest