UpdateConversationRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request for updating a conversation.
Attributes |
|
---|---|
Name | Description |
conversation |
google.cloud.geminidataanalytics_v1alpha.types.Conversation
Required. The resource being updated. |
update_mask |
google.protobuf.field_mask_pb2.FieldMask
Optional. Field mask is used to specify the fields to be overwritten in the Conversation resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields with non-default values present in the request will be overwritten. If a wildcard mask is provided, all fields will be overwritten. |
request_id |
str
Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. |