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 page provides documentation for the `UpdateDocumentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in the Dialogflow API."],["The `UpdateDocumentRequest` class is used to update a document via the `Documents.UpdateDocument` method in the Dialogflow API and it inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the Dialogflow API, ranging from 3.2.0 to 4.26.0, each with a link to the documentation for `UpdateDocumentRequest` in that specific version, with the 4.26.0 version being the latest version."],["Key properties of the `UpdateDocumentRequest` class are highlighted, including `Document`, which is the document to update, and `UpdateMask`, which specifies which fields to update."],["The `UpdateDocumentRequest` class has two constructors that are detailed on this page, `UpdateDocumentRequest()` which is the default one, and `UpdateDocumentRequest(UpdateDocumentRequest other)` which is used for making a copy of another instance."]]],[]]