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 documentation for the `CreateDocumentRequest` class within the Google Cloud Dialogflow v2 API for .NET, with version 4.25.0 highlighted."],["The `CreateDocumentRequest` class is used to create a document within a specified knowledge base using the Dialogflow API."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and usage."],["The `CreateDocumentRequest` class has two constructors, a default and a copy constructor, and exposes properties such as `Document`, `Parent`, and `ParentAsKnowledgeBaseName` for managing document creation parameters."],["This documentation lists all previous versions of the package, all the way back to version 3.2.0, with the latest version being 4.26.0."]]],[]]