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-04-09 UTC."],[[["This webpage provides reference documentation for the `CreateDocumentRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET."],["The `CreateDocumentRequest` class is used to create a request message for the `Documents.CreateDocument` method, allowing users to create new documents in Dialogflow."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from `object`."],["The `CreateDocumentRequest` class includes properties for specifying the `Document` to be created, the `Parent` knowledge base where the document will reside, and a `ParentAsKnowledgeBaseName` property providing a typed view over the parent resource name."],["The documentation allows for users to look at previous versions of the `CreateDocumentRequest` class all the way back to version 3.2.0 and the most current being 4.26.0."]]],[]]