public sealed class DeleteKnowledgeBaseRequest : IMessage<DeleteKnowledgeBaseRequest>, IEquatable<DeleteKnowledgeBaseRequest>, IDeepCloneable<DeleteKnowledgeBaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteKnowledgeBaseRequest.
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 documentation page covers the `DeleteKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API for .NET, specifically version 4.21.0 and its relationship with other versions."],["The `DeleteKnowledgeBaseRequest` class is used to create requests to delete knowledge bases and extends the functionalities of several base interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `Force`, `KnowledgeBaseName`, and `Name`, allowing for optional force deletion and specification of the knowledge base to be deleted."],["There are multiple version links provided, with the latest being 4.26.0 and it outlines a historical list of releases going back to version 3.2.0, each with a link to the `DeleteKnowledgeBaseRequest` documentation for that specific version."],["There are also links to the constructors `DeleteKnowledgeBaseRequest()` and `DeleteKnowledgeBaseRequest(DeleteKnowledgeBaseRequest other)` for object creation."]]],[]]