Class BulkDeleteConversationsRequest (1.16.0)

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

The request to delete conversations in bulk.

Attributes

NameDescription
parent str
Required. The parent resource to delete conversations from. Format: projects/{project}/locations/{location}
filter str
Filter used to select the subset of conversations to delete.
max_delete_count int
Maximum number of conversations to delete.
force bool
If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses.