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-03-21 UTC."],[[["This page details the `DeleteDocumentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for deleting documents in the Dialogflow API."],["The latest version available for the `DeleteDocumentRequest` class is 4.26.0, and the page provides links to documentation for multiple versions, ranging from 3.2.0 up to 4.26.0."],["The `DeleteDocumentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enables a variety of operations and functionalities."],["The class includes properties like `DocumentName` (a `DocumentName`-typed view) and `Name` (a string), with the latter being a required parameter specifying the document's resource name for deletion."],["This class is used to delete a specific document within the google cloud dialogflow system, with the primary constructor taking in another `DeleteDocumentRequest` object to perform the deletion."]]],[]]