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"]],[["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 provides reference documentation for the `DeleteDocumentRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET platform."],["The `DeleteDocumentRequest` class is used to send a request to delete a document in Dialogflow, as seen by its role as a request message for the `Documents.DeleteDocument` operation."],["It is derived from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The class has properties like `DocumentName` (a typed view over the `Name` resource) and `Name` (the document's name in the required format), and includes constructors for creating new instances."],["Multiple versions of the API, ranging from 3.2.0 to the latest 4.26.0, are documented and available, showing different versions of the `DeleteDocumentRequest`."]]],[]]