public sealed class DeleteDocumentRequest : IMessage<DeleteDocumentRequest>, IEquatable<DeleteDocumentRequest>, IDeepCloneable<DeleteDocumentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class DeleteDocumentRequest.
Request message for
[Documents.DeleteDocument][google.cloud.dialogflow.v2beta1.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."],[[["The `DeleteDocumentRequest` class is part of the Google Cloud Dialogflow v2beta1 API and is used to request the deletion of a document."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffering."],["It contains properties like `DocumentName` and `Name`, with the `Name` property specifying the document to delete using a specific format that includes project, location, knowledge base, and document IDs."],["The class has two constructors, one being a parameterless constructor and the other allowing the creation of a new `DeleteDocumentRequest` instance based on another."],["The document in question is accessible in version 1.0.0-beta20, with the latest being 1.0.0-beta23."]]],[]]