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 reference documentation for the `CreateDocumentRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET platform."],["The `CreateDocumentRequest` class is used to create a request message for the `Documents.CreateDocument` method, as shown in the request message description."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities within the .NET environment."],["It includes properties such as `Document`, `Parent`, and `ParentAsKnowledgeBaseName`, which are essential for defining and creating a document within a knowledge base."],["The page also lists available documentation for older versions of the API, including versions ranging from 4.26.0 (latest) all the way down to 3.2.0."]]],[]]