public sealed class IngestConversationsMetadata : IMessage<IngestConversationsMetadata>, IEquatable<IngestConversationsMetadata>, IDeepCloneable<IngestConversationsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class IngestConversationsMetadata.
The metadata for an IngestConversations operation.
Implements
IMessageIngestConversationsMetadata, IEquatableIngestConversationsMetadata, IDeepCloneableIngestConversationsMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
IngestConversationsMetadata()
public IngestConversationsMetadata()
IngestConversationsMetadata(IngestConversationsMetadata)
public IngestConversationsMetadata(IngestConversationsMetadata other)
Parameter | |
---|---|
Name | Description |
other | IngestConversationsMetadata |
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 |
IngestConversationsStats
public IngestConversationsMetadata.Types.IngestConversationsStats IngestConversationsStats { get; set; }
Output only. Statistics for IngestConversations operation.
Property Value | |
---|---|
Type | Description |
IngestConversationsMetadataTypesIngestConversationsStats |
PartialErrors
public RepeatedField<Status> PartialErrors { get; }
Output only. Partial errors during ingest operation that might cause the operation output to be incomplete.
Property Value | |
---|---|
Type | Description |
RepeatedFieldStatus |
Request
public IngestConversationsRequest Request { get; set; }
Output only. The original request for ingest.
Property Value | |
---|---|
Type | Description |
IngestConversationsRequest |