public sealed class CreateDocumentRequest : IMessage<CreateDocumentRequest>, IEquatable<CreateDocumentRequest>, IDeepCloneable<CreateDocumentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class CreateDocumentRequest.
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 page provides documentation for the `CreateDocumentRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET."],["The `CreateDocumentRequest` class is used to send requests for the creation of documents in Dialogflow, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It outlines the available versions of the API, ranging from the latest 4.26.0 down to 3.2.0, each linking to its respective documentation."],["The documentation also details the class's constructors, including a parameter for constructing it from another `CreateDocumentRequest` object."],["The documentation includes two important properties for the `CreateDocumentRequest` class: `Document`, representing the document being created, and `Parent`, representing the knowledge base that the document belongs to, which can also be accessed through a typed-view property `ParentAsKnowledgeBaseName`."]]],[]]