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, specifically for .NET development."],["The latest version for `UpdateDocumentRequest` available is 4.26.0, with several older versions, from 4.25.0 all the way down to 3.2.0, also documented and linked."],["The `UpdateDocumentRequest` class is used for sending requests to update a document via `Documents.UpdateDocument` in the Dialogflow API and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateDocumentRequest` include `Document`, which is required and represents the document being updated, and `UpdateMask`, which is optional and specifies which fields to update (currently, only `display_name` is updatable)."],["The class has two constructors: a default constructor, and one that accepts another `UpdateDocumentRequest` object to copy its values."]]],[]]