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

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

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

The metadata for a bulk delete conversations operation.

Inheritance

object > BulkDeleteConversationsMetadata

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

BulkDeleteConversationsMetadata()

public BulkDeleteConversationsMetadata()

BulkDeleteConversationsMetadata(BulkDeleteConversationsMetadata)

public BulkDeleteConversationsMetadata(BulkDeleteConversationsMetadata other)
Parameter
NameDescription
otherBulkDeleteConversationsMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

The time the operation was created.

Property Value
TypeDescription
Timestamp

EndTime

public Timestamp EndTime { get; set; }

The time the operation finished running.

Property Value
TypeDescription
Timestamp

PartialErrors

public RepeatedField<Status> PartialErrors { get; }

Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete.

Property Value
TypeDescription
RepeatedFieldStatus

Request

public BulkDeleteConversationsRequest Request { get; set; }

The original request for bulk delete.

Property Value
TypeDescription
BulkDeleteConversationsRequest