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 provides documentation for the `CreateDocumentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for creating documents in Dialogflow."],["The `CreateDocumentRequest` class has constructors for creating new instances and includes properties such as `Document`, `Parent`, and `ParentAsKnowledgeBaseName` to specify the document and its associated knowledge base."],["The document details the full history of the versioning for CreateDocumentRequest, starting with 3.2.0, and going up to the most recent, version 4.26.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured data."]]],[]]