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 latest version available for this class is 4.26.0, with multiple other versions listed, ranging down to version 3.2.0."],["The `DeleteKnowledgeBaseRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it integrates with core .NET functionalities."],["Key properties of `DeleteKnowledgeBaseRequest` include `Force` (to enable the deletion of related documents) and `Name` which specifies the target knowledge base to be deleted."],["The main function of the `DeleteKnowledgeBaseRequest` class is to provide a structured request, through specified properties, for the `KnowledgeBases.DeleteKnowledgeBase` method in the Dialogflow API."]]],[]]