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 send a request to create a new document within the Google Cloud Dialogflow V2 service."],["The content provides a comprehensive list of available versions, ranging from version 3.2.0 to the latest version, 4.26.0, of the `CreateDocumentRequest` class in the Dialogflow V2 API."],["The `CreateDocumentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and compatibility within the .NET ecosystem."],["The class has two constructors, a default one, and another that copies an existing `CreateDocumentRequest` object."],["The `CreateDocumentRequest` class has two main properties, `Document` which is required, and `Parent`, also required, which specifies the Knowledge Base the document belongs to, which can also be accessed via the `ParentAsKnowledgeBaseName` property."]]],[]]