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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation for the `CreateDocumentRequest` class within the Google Cloud Dialogflow v2 API for .NET."],["The `CreateDocumentRequest` class is used to send requests to create documents and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the `CreateDocumentRequest` class, ranging from the latest version 4.26.0 down to version 3.2.0, providing links to the documentation for each."],["The documentation details the `CreateDocumentRequest` class constructors, properties (`Document`, `Parent`, and `ParentAsKnowledgeBaseName`), as well as the namespace and assembly information."],["The key properties required for creating a document include the `Document` itself, and the `Parent` knowledge base to associate the document with."]]],[]]