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 webpage provides documentation for the `DeleteKnowledgeBaseRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, spanning versions from 3.2.0 to the latest 4.26.0."],["The `DeleteKnowledgeBaseRequest` class is used to construct a request message for the `KnowledgeBases.DeleteKnowledgeBase` method in the Google Cloud Dialogflow V2 API."],["The class allows specifying the knowledge base to delete using the `Name` property and has an option to force the deletion with `Force` which will also delete any documents tied to the knowledge base."],["There are two constructors for the class, one being a default constructor, the other allows you to make a copy of an existing `DeleteKnowledgeBaseRequest`."],["The documentation shows a list of all the versions of this documentation, in the format of the version number, each linking to their corresponding API documentation page."]]],[]]