public sealed class DeleteDocumentRequest : IMessage<DeleteDocumentRequest>, IEquatable<DeleteDocumentRequest>, IDeepCloneable<DeleteDocumentRequest>, IBufferMessage, IMessage
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"]],[["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 webpage provides documentation for the `DeleteDocumentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in deleting documents."],["The latest version available is 4.26.0, and the page lists various previous versions down to 3.2.0, allowing access to documentation for specific releases."],["The `DeleteDocumentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Cloud Dialogflow framework."],["The primary properties of the `DeleteDocumentRequest` class are `DocumentName` (a typed view) and `Name` (a string), which are used to specify the document to be deleted."],["This documentation page describes the `DeleteDocumentRequest` as a request message for `Documents.DeleteDocument`, including details on inheritance, implemented interfaces, constructors, and properties."]]],[]]