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.
Implements
IMessageExportInsightsDataMetadata, IEquatableExportInsightsDataMetadata, IDeepCloneableExportInsightsDataMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ExportInsightsDataMetadata()
public ExportInsightsDataMetadata()
ExportInsightsDataMetadata(ExportInsightsDataMetadata)
public ExportInsightsDataMetadata(ExportInsightsDataMetadata other)
Parameter | |
---|---|
Name | Description |
other |
ExportInsightsDataMetadata |
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 export operation that might cause the operation output to be incomplete.
Property Value | |
---|---|
Type | Description |
RepeatedFieldStatus |
Request
public ExportInsightsDataRequest Request { get; set; }
The original request for export.
Property Value | |
---|---|
Type | Description |
ExportInsightsDataRequest |