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-04-09 UTC."],[[["This page provides reference documentation for the `DeleteKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.23.0 of the .NET library."],["`DeleteKnowledgeBaseRequest` is used to send a request to delete a knowledge base, as part of the `KnowledgeBases.DeleteKnowledgeBase` operation."],["The documentation includes details on the class's inheritance, implementation of interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, as well as inherited members and related namespaces and assembly."],["The `DeleteKnowledgeBaseRequest` has properties such as `Force`, which allows to force delete a knowledge base along with any associated documents, `KnowledgeBaseName` which is a typed view for the name resource, and `Name` which is the required name of the knowledge base to delete."],["The page lists links to the reference documentation for `DeleteKnowledgeBaseRequest` across various versions, ranging from 4.26.0 (latest) down to 3.2.0."]]],[]]