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 page provides reference documentation for the `DeleteKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.22.0 and other versions as well."],["`DeleteKnowledgeBaseRequest` is used to send a request to delete a knowledge base in Dialogflow, as part of the KnowledgeBases service."],["The class inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to facilitate protobuf handling, comparison, and deep cloning."],["The `DeleteKnowledgeBaseRequest` class has properties such as `Force`, `KnowledgeBaseName`, and `Name` that enable users to specify the knowledge base to delete, and include options to delete all documents in the knowledge base."],["The page lists available versions of the API from 3.2.0 to the latest version 4.26.0, with links to the respective documentation for each version of the `DeleteKnowledgeBaseRequest` class."]]],[]]