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 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 the page lists versions from 4.26.0 down to 3.2.0."],["The `UpdateDocumentRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateDocumentRequest` class are `Document`, which is required for updating a document, and `UpdateMask`, which optionally allows specifying which fields to update."],["The `UpdateDocumentRequest` class contains two constructors: a default parameterless constructor, and one that accepts another `UpdateDocumentRequest` object as a parameter."]]],[]]