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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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`."]]],[]]