Gemini Enterprise for Customer Experience v1 API - Class BatchDeleteConversationsResponse (1.0.0-beta01)

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

Reference 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].

Inheritance

object > BatchDeleteConversationsResponse

Namespace

Google.Cloud.Ces.V1

Assembly

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