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-04-09 UTC."],[[["This page provides reference documentation for the `DeleteDocumentRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `DeleteDocumentRequest` class is used to create a request for deleting a document, as part of the `Documents.DeleteDocument` function."],["The latest available version of the documentation is for version 4.26.0, but this page defaults to version 4.25.0 and includes links to older versions down to 3.2.0."],["This class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various methods and properties for managing the request."],["It contains two constructors, `DeleteDocumentRequest()` and `DeleteDocumentRequest(DeleteDocumentRequest other)`, as well as two properties: `DocumentName`, a typed view of the resource name, and `Name`, a string for specifying the document's full resource name in the required format."]]],[]]