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."],[[["This page details the `CreateDocumentRequest` class, which is used to request the creation of a document in Google Cloud Dialogflow V2."],["The `CreateDocumentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google Protobuf and providing various functionalities."],["The page provides links to various versions of the `CreateDocumentRequest` class, spanning from version 3.2.0 up to the latest version 4.26.0."],["The class has two constructors that provide two ways to instantiate the `CreateDocumentRequest` object, either empty or as a clone of an existing instance of `CreateDocumentRequest`."],["Required properties of `CreateDocumentRequest` are `Document` of type `Document` and `Parent` which should be the ID of the knowledge base where the document should be added, formatted as `projects/{Project ID}/locations/{Location ID\u003e/knowledgeBases/\u003cKnowledge Base ID\u003e`."]]],[]]