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 provides documentation for the `CreateDocumentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in the Dialogflow API."],["The `CreateDocumentRequest` class is used to create a document within a specified knowledge base, requiring parameters such as the document to create and the parent knowledge base identifier."],["It supports multiple versions, with version 4.26.0 being the latest, and it also implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all available versions of `CreateDocumentRequest` from 4.0.0 up to the latest release of 4.26.0, as well as listing versions as far back as 3.2.0."],["The `CreateDocumentRequest` class includes properties like `Document`, `Parent`, and `ParentAsKnowledgeBaseName`, and it has constructors to create a new instance or clone an existing one."]]],[]]