Class UpdateDocumentRequest (2.27.0)

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

Request message for Documents.UpdateDocument.

Attributes

NameDescription
document google.cloud.dialogflow_v2.types.Document
Required. The document to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. Not specified means update all. Currently, only display_name can be updated, an InvalidArgument will be returned for attempting to update other fields.