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-03-21 UTC."],[[["This webpage details the `UpdateDocumentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for updating documents in the Dialogflow API."],["The `UpdateDocumentRequest` class, which is found in the `Google.Cloud.Dialogflow.V2.dll` assembly, allows users to update a specified document with optional field mask controls."],["The webpage provides a comprehensive list of available versions, ranging from 4.26.0 (latest) down to 3.2.0, which can be used to reference historical `UpdateDocumentRequest` objects."],["Key properties of the `UpdateDocumentRequest` include `Document` (the document to update) and `UpdateMask` (specifying which fields to update)."]]],[]]