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 for requesting the deletion of a knowledge base in Dialogflow."],["The `DeleteKnowledgeBaseRequest` class, part of the Google.Cloud.Dialogflow.V2 library, is used to manage knowledge bases and is compatible with various .NET versions, with 4.26.0 being the latest version, going as far back as version 3.2.0."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteKnowledgeBaseRequest` include `Force` (a boolean to force deletion of the knowledge base and its contents), `KnowledgeBaseName` (a typed view of the resource name), and `Name` (a string containing the full resource name of the knowledge base to be deleted)."],["This resource also provides a comprehensive list of all past available versions of `DeleteKnowledgeBaseRequest` for users to access."]]],[]]