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 for requesting the deletion of a knowledge base in Dialogflow."],["The `DeleteKnowledgeBaseRequest` class has properties for `Force`, `KnowledgeBaseName`, and `Name`, allowing specification of deletion behavior, a typed name view, and the name of the knowledge base to delete."],["The page lists all past versions of the class from 3.2.0 up to the current latest version of 4.26.0, all used for the same task, deletion of a Knowledge Base, with the given method."],["`DeleteKnowledgeBaseRequest` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and has constructors for creating new instances, either empty or cloned from an existing object."]]],[]]