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 within the `Google.Cloud.Dialogflow.V2` namespace, used for updating documents in the Dialogflow API."],["The latest version available for the `UpdateDocumentRequest` class is 4.26.0, and it is showing a history of all the way back to version 3.2.0."],["The `UpdateDocumentRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, `UpdateDocumentRequest()` and `UpdateDocumentRequest(UpdateDocumentRequest other)`, for creating new instances and cloning existing ones."],["The class includes properties such as `Document` (required, representing the document to update) and `UpdateMask` (optional, allowing partial updates, currently limited to `display_name`)."]]],[]]