public sealed class DeleteKnowledgeBaseRequest : IMessage<DeleteKnowledgeBaseRequest>, IEquatable<DeleteKnowledgeBaseRequest>, IDeepCloneable<DeleteKnowledgeBaseRequest>, IBufferMessage, IMessage
Request message for [KnowledgeBases.DeleteKnowledgeBase][google.cloud.dialogflow.v2.KnowledgeBases.DeleteKnowledgeBase].
[[["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 details the `DeleteKnowledgeBaseRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used to manage requests for deleting knowledge bases in Dialogflow."],["The latest available version is 4.26.0, with an extensive history of versions dating back to 3.2.0, all linked for reference."],["`DeleteKnowledgeBaseRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteKnowledgeBaseRequest` class has two constructors and three key properties: `Force` (a boolean for forced deletion), `KnowledgeBaseName` (a typed view of the resource name), and `Name` (a string representing the resource name)."],["The `Name` property specifies the required format for the knowledge base identifier, being: `projects/{Project ID}/locations/{Location ID\u003e/knowledgeBases/<Knowledge Base ID\u003e`."]]],[]]