public sealed class UpdateDocumentRequest : IMessage<UpdateDocumentRequest>, IEquatable<UpdateDocumentRequest>, IDeepCloneable<UpdateDocumentRequest>, IBufferMessage, IMessage
Request message for [Documents.UpdateDocument][google.cloud.dialogflow.v2.Documents.UpdateDocument].
Optional. Not specified means update all.
Currently, only display_name can be updated, an InvalidArgument will be
returned for attempting to update other fields.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This page details the `UpdateDocumentRequest` class, which is used to send update requests for documents within Google Cloud Dialogflow V2, across multiple versions."],["The latest version available is 4.26.0, but there are many previous versions that are also listed here ranging back to version 3.2.0."],["The `UpdateDocumentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `Object` class."],["The class has two constructors, `UpdateDocumentRequest()`, which is the default, and `UpdateDocumentRequest(UpdateDocumentRequest other)` for copying, along with `Document` and `UpdateMask` properties."],["The `Document` property is required for updating, while `UpdateMask` is optional, allowing users to specify which fields they want updated (currently only `display_name` is supported for updates)."]]],[]]