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 webpage details the `CreateDocumentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.2.0."],["The `CreateDocumentRequest` class is used to structure requests for creating documents in Dialogflow, inheriting from `Object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of `CreateDocumentRequest` is 4.26.0, and the page provides links to the documentation for numerous versions ranging from 3.2.0 to 4.26.0."],["Key properties of `CreateDocumentRequest` include `Document` (the document to create), `Parent` (the knowledge base to add it to), and `ParentAsKnowledgeBaseName`, for a typed view of the parent resource name."],["There are two constructors for `CreateDocumentRequest`: one is parameterless, and the other takes another `CreateDocumentRequest` object as a parameter."]]],[]]