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 for .NET, detailing its use in creating documents within a knowledge base."],["The `CreateDocumentRequest` class is part of the `Google.Cloud.Dialogflow.V2` namespace and is available in multiple versions of the API, ranging from 3.2.0 up to the latest 4.26.0."],["`CreateDocumentRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["Key properties of the `CreateDocumentRequest` class include `Document` (the document to be created), `Parent` (the target knowledge base), and `ParentAsKnowledgeBaseName` (a strongly-typed view of the parent resource name)."],["There are two constructors for `CreateDocumentRequest`, one for instantiating an empty object and another for creating it from another `CreateDocumentRequest` instance."]]],[]]