public sealed class DeleteDocumentRequest : IMessage<DeleteDocumentRequest>, IEquatable<DeleteDocumentRequest>, IDeepCloneable<DeleteDocumentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteDocumentRequest.
Request message for [Documents.DeleteDocument][google.cloud.dialogflow.v2.Documents.DeleteDocument].
Required. The name of the document to delete.
Format: projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>.
[[["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 `DeleteDocumentRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The content lists available versions of the `DeleteDocumentRequest` class, ranging from version 3.2.0 up to the latest version 4.26.0."],["The `DeleteDocumentRequest` class is a request message used for deleting a document in Dialogflow, inheriting from base classes like `Object` and implementing various interfaces."],["The `DeleteDocumentRequest` class includes properties such as `DocumentName` and `Name`, which are used to specify the document to be deleted, and the documentation specifies how to use these fields correctly."],["There are two constructors for the class `DeleteDocumentRequest`, the first being the default, and the second taking another `DeleteDocumentRequest` object as a parameter."]]],[]]