public sealed class CreateDocumentRequest : IMessage<CreateDocumentRequest>, IEquatable<CreateDocumentRequest>, IDeepCloneable<CreateDocumentRequest>, IBufferMessage, IMessage
Request message for [Documents.CreateDocument][google.cloud.dialogflow.v2.Documents.CreateDocument].
[[["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 details the `CreateDocumentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for requesting the creation of documents in Dialogflow."],["The `CreateDocumentRequest` class is part of version 3.6.0 of the Dialogflow V2 .NET library, but also has available documentation for versions ranging from 3.2.0 to 4.26.0, which is the latest release."],["The `CreateDocumentRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Document`, which is the document to be created, and `Parent`, which specifies the knowledge base where the document will be stored."],["The `CreateDocumentRequest` class can be constructed with no parameters, or by using an existing `CreateDocumentRequest` object as a template."]]],[]]