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 webpage details the `CreateDocumentRequest` class, which is used to create documents within the Google Cloud Dialogflow V2 service."],["The latest version of this class is available in version 4.26.0, but there are many previous versions ranging down to version 3.2.0."],["`CreateDocumentRequest` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties like `Document`, `Parent`, and `ParentAsKnowledgeBaseName`, which are used to specify the document being created and its location within a knowledge base."],["This page provides details for two constructors, one for creating an empty object, and another to create a new instance from a pre-existing `CreateDocumentRequest` object."]]],[]]