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 page provides reference documentation for the `CreateDocumentRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.23.0."],["The `CreateDocumentRequest` class is used to send a request to create a document in Dialogflow and it inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists a range of versions of the `CreateDocumentRequest` class, from the latest version 4.26.0 down to 3.2.0, showing the different iterations of this class."],["The class has properties such as `Document`, `Parent`, and `ParentAsKnowledgeBaseName`, which are essential for defining the document and its location in the knowledge base."],["The `CreateDocumentRequest` class includes two constructors: a default one, and another which clones an existing `CreateDocumentRequest` object, providing an easy way to copy pre-existing `CreateDocumentRequest` objects."]]],[]]