DeleteAssistantRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for the AssistantService.DeleteAssistant method.
Attribute |
|
|---|---|
| Name | Description |
name |
str
Required. Resource name of Assistant. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}
If the caller does not have permission to delete the
Assistant,
regardless of whether or not it exists, a PERMISSION_DENIED
error is returned.
If the
Assistant
to delete does not exist, a NOT_FOUND error is returned.
|