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 class is a message type that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `DeleteKnowledgeBaseRequest` class offers properties such as `Force` (to force deletion of associated documents), `KnowledgeBaseName` (a typed view for resource names), and `Name` (the resource name of the knowledge base)."],["The page provides a list of the different versions of `DeleteKnowledgeBaseRequest` that exist, ranging from the latest version `4.26.0` down to version `3.2.0`."],["There are two constructors available for `DeleteKnowledgeBaseRequest`: one default constructor, and another that accepts another `DeleteKnowledgeBaseRequest` as a parameter."]]],[]]