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

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.

Inheritance

object > IngestConversationsMetadata

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

IngestConversationsMetadata()

public IngestConversationsMetadata()

IngestConversationsMetadata(IngestConversationsMetadata)

public IngestConversationsMetadata(IngestConversationsMetadata other)
Parameter
NameDescription
otherIngestConversationsMetadata

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

IngestConversationsStats

public IngestConversationsMetadata.Types.IngestConversationsStats IngestConversationsStats { get; set; }

Output only. Statistics for IngestConversations operation.

Property Value
TypeDescription
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
TypeDescription
RepeatedFieldStatus

Request

public IngestConversationsRequest Request { get; set; }

Output only. The original request for ingest.

Property Value
TypeDescription
IngestConversationsRequest