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."],[[["The `DeleteKnowledgeBaseRequest` class is used to request the deletion of a knowledge base in the Dialogflow V2 API."],["This class is part of the `Google.Cloud.Dialogflow.V2` namespace and is found within the `Google.Cloud.Dialogflow.V2.dll` assembly, and is also available for use in multiple versions of the library."],["The latest version of the library available is 4.26.0, and it implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage` interfaces."],["The `DeleteKnowledgeBaseRequest` allows for force deletion of the knowledge base, including all associated documents, using the `Force` property, and specifying the name of the knowledge base using the `Name` property."],["The class can be constructed either as an empty object or by cloning an existing instance."]]],[]]