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 webpage provides reference documentation for the `DeleteDocumentRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The content covers a range of versions for the `DeleteDocumentRequest` class, from version 3.2.0 up to the latest version 4.26.0, allowing for version-specific documentation navigation."],["`DeleteDocumentRequest` is a class that represents the request message used for the `Documents.DeleteDocument` operation within the Google Cloud Dialogflow v2 API."],["The class `DeleteDocumentRequest` implements multiple interfaces, such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and is inherited from the base object class."],["The class `DeleteDocumentRequest` has two properties, `DocumentName` and `Name`, where `Name` is the document identifier to be deleted."]]],[]]