Class UpdateAssistantRequest (0.20.1)

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

Request message for the AssistantService.UpdateAssistant method.

Attributes

Name Description
assistant google.cloud.discoveryengine_v1beta.types.Assistant
Required. The Assistant to update. The Assistant's name field is used to identify the Assistant to update. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant} If the caller does not have permission to update the Assistant, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the Assistant to update does not exist, a NOT_FOUND error is returned.
update_mask google.protobuf.field_mask_pb2.FieldMask
The list of fields to update.