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 webpage 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, and it inherits from several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page lists documentation for `UpdateDocumentRequest` across multiple versions of the Google.Cloud.Dialogflow.V2 package, with the latest being 4.26.0 and going down to 3.2.0."],["Key properties of `UpdateDocumentRequest` are `Document` which is the document to be updated and `UpdateMask` that specifies which document fields should be updated."],["The documentation shows that the only updatable field is `display_name` as indicated by `UpdateMask`."]]],[]]