public sealed class BatchDeleteConversationsResponse : IMessage<BatchDeleteConversationsResponse>, IEquatable<BatchDeleteConversationsResponse>, IDeepCloneable<BatchDeleteConversationsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class BatchDeleteConversationsResponse.
Response message for [AgentService.BatchDeleteConversations][google.cloud.ces.v1.AgentService.BatchDeleteConversations].
Implements
IMessageBatchDeleteConversationsResponse, IEquatableBatchDeleteConversationsResponse, IDeepCloneableBatchDeleteConversationsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
BatchDeleteConversationsResponse()
public BatchDeleteConversationsResponse()BatchDeleteConversationsResponse(BatchDeleteConversationsResponse)
public BatchDeleteConversationsResponse(BatchDeleteConversationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchDeleteConversationsResponse |
Properties
DeletedConversations
public RepeatedField<string> DeletedConversations { get; }The list of conversations that were successfully deleted.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
ErrorMessages
public RepeatedField<string> ErrorMessages { get; }Optional. A list of error messages associated with conversations that failed to be deleted.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
FailedConversations
public RepeatedField<string> FailedConversations { get; }The list of conversations that failed to be deleted.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|