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.
Implements
IMessageBulkDeleteConversationsMetadata, IEquatableBulkDeleteConversationsMetadata, IDeepCloneableBulkDeleteConversationsMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
BulkDeleteConversationsMetadata()
public BulkDeleteConversationsMetadata()
BulkDeleteConversationsMetadata(BulkDeleteConversationsMetadata)
public BulkDeleteConversationsMetadata(BulkDeleteConversationsMetadata other)
Parameter | |
---|---|
Name | Description |
other |
BulkDeleteConversationsMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
The time the operation was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
EndTime
public Timestamp EndTime { get; set; }
The time the operation finished running.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldStatus |
Request
public BulkDeleteConversationsRequest Request { get; set; }
The original request for bulk delete.
Property Value | |
---|---|
Type | Description |
BulkDeleteConversationsRequest |