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 documentation for the `DeleteDocumentRequest` class within the Google Cloud Dialogflow v2 API for .NET, with the most recent version being 4.26.0."],["The `DeleteDocumentRequest` class is used to construct requests for deleting a document from a knowledge base in Dialogflow, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains two constructors: a parameterless constructor and one that takes another `DeleteDocumentRequest` object, allowing for object initialization."],["Key properties of the `DeleteDocumentRequest` class are `DocumentName`, which provides a typed view of the document's resource name, and `Name`, a string that specifies the full resource path of the document to be deleted."],["This page provides a list of all versions of this `DeleteDocumentRequest` class, ranging from 3.2.0 all the way up to the latest version, 4.26.0."]]],[]]