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 construct requests for deleting knowledge bases in Dialogflow."],["The content covers a comprehensive list of versions, ranging from 3.2.0 to 4.26.0, for `DeleteKnowledgeBaseRequest`, with 4.26.0 being the latest."],["`DeleteKnowledgeBaseRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features properties such as `Force` (a boolean to force delete including documents), `KnowledgeBaseName` (a resource name view), and `Name` (the knowledge base name to be deleted), as well as constructors for a default instance and one based on an existing `DeleteKnowledgeBaseRequest`."],["The webpage also lists inherited members of the class `DeleteKnowledgeBaseRequest`, which are functions such as `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()` and `Object.ToString()`."]]],[]]