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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]