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 supports various versions, ranging from 3.2.0 to the latest 4.26.0, and is part of the Google.Cloud.Dialogflow.V2.dll assembly."],["This class includes properties like `Force`, `KnowledgeBaseName`, and `Name`, allowing users to specify whether to forcefully delete the knowledge base and to identify the target knowledge base by its name and ID."],["The class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality comparison, deep cloning, and buffer message support."],["The `DeleteKnowledgeBaseRequest` has two constructors: a default constructor and one that accepts another `DeleteKnowledgeBaseRequest` object to initialize its properties."]]],[]]