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 within the `Google.Cloud.Dialogflow.V2` namespace, used for requesting the creation of documents in Dialogflow."],["The latest version available for this resource is 4.26.0, while the current content describes version 3.3.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `CreateDocumentRequest` class contains properties such as `Document`, `Parent`, and `ParentAsKnowledgeBaseName`, which are essential for defining the document and its location."],["A comprehensive list of previous versions from 3.2.0 to 4.26.0, is displayed, each with a link to their relevant documentation."]]],[]]