Class BatchDeleteConversationsRequest (0.3.0)

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

Request message for AgentService.BatchDeleteConversations.

Attributes

Name Description
parent str
Required. The resource name of the app to delete conversations from. Format: projects/{project}/locations/{location}/apps/{app}
conversations MutableSequence[str]
Required. The resource names of the conversations to delete.