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-03-21 UTC."],[[["The page documents the `CreateDocumentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET, with version 3.7.0 being the current page context, although there are many more versions available."],["`CreateDocumentRequest` is used to send requests for the creation of documents in Google Cloud Dialogflow V2, and is a sealed class inheriting from `Object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateDocumentRequest` class contains properties such as `Document` (the document to be created) and `Parent` (the knowledge base the document will belong to), which are required fields."],["The `ParentAsKnowledgeBaseName` property is a typed view of the `Parent` property, and is of type `KnowledgeBaseName`, allowing a typed name to be given to the parent resource."],["The page also has links to other versions of the `CreateDocumentRequest` object, ranging from `4.26.0` (latest) to `3.2.0`."]]],[]]