public sealed class UpdateDocumentRequest : IMessage<UpdateDocumentRequest>, IEquatable<UpdateDocumentRequest>, IDeepCloneable<UpdateDocumentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateDocumentRequest.
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 page provides reference documentation for the `UpdateDocumentRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `UpdateDocumentRequest` class is used to structure the request message for updating a document in the Dialogflow API, as defined by the `google.cloud.dialogflow.v2.Documents.UpdateDocument` operation."],["The provided content outlines the class's inheritance hierarchy, the interfaces it implements (`IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`), its constructors, properties (`Document`, `UpdateMask`), and links to documentation of each version, ranging from 4.26.0 down to 3.2.0."],["The `Document` property is mandatory for updating a document and the `UpdateMask` property is optional, and if not specified, it updates all fields, although only the `display_name` can currently be updated."],["The assembly for this class is `Google.Cloud.Dialogflow.V2.dll`, and it resides within the `Google.Cloud.Dialogflow.V2` namespace."]]],[]]