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 development, detailing its usage and properties."],["The `CreateDocumentRequest` class is used to send a request to create a new document, as part of the `Documents.CreateDocument` functionality in Dialogflow v2."],["This API is part of the `Google.Cloud.Dialogflow.V2` namespace within the Google Cloud .NET client library, with the latest version being 4.26.0, and it lists numerous past versions."],["The `CreateDocumentRequest` class includes properties such as `Document` (the document to create), `Parent` (the knowledge base to add the document to), and `ParentAsKnowledgeBaseName`, along with supporting constructors."],["The `CreateDocumentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protobuf messaging system."]]],[]]