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 webpage provides reference documentation for the `CreateDocumentRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.19.0."],["The `CreateDocumentRequest` class is used to send a request to create a document in Dialogflow and is an implementation of multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists previous versions of the API from 4.26.0 down to 3.2.0, showing that this class has existed in all of them."],["The class has properties such as `Document`, `Parent`, and `ParentAsKnowledgeBaseName`, with the parent properties allowing users to specify the knowledge base the document will reside in, and the `Document` property as the document to be created."],["The page highlights that this class inherits from the `object` class, and provides methods such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]