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 details the `CreateDocumentRequest` class, which is used to create documents within the Google Cloud Dialogflow V2 API."],["The latest version available for `CreateDocumentRequest` is 4.26.0, and the page lists versions going back to 3.2.0."],["`CreateDocumentRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `CreateDocumentRequest` class has properties for `Document`, `Parent`, and `ParentAsKnowledgeBaseName`, all of which are essential for the creation of documents."],["There is also listed some Constructors and Inherited members for the class `CreateDocumentRequest` for further details."]]],[]]