Class BatchDeleteConversationsResponse (0.3.0)

BatchDeleteConversationsResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message for AgentService.BatchDeleteConversations.

Attributes

Name Description
deleted_conversations MutableSequence[str]
The list of conversations that were successfully deleted.
failed_conversations MutableSequence[str]
The list of conversations that failed to be deleted.
error_messages MutableSequence[str]
Optional. A list of error messages associated with conversations that failed to be deleted.