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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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`."]]],[]]