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, detailing its usage for deleting knowledge bases."],["The latest version of the API documented is 4.26.0, with a comprehensive list of previous versions, ranging back to 3.2.0."],["The `DeleteKnowledgeBaseRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `DeleteKnowledgeBaseRequest` class has properties such as `Force`, `KnowledgeBaseName`, and `Name`, which allow for the specification of whether the knowledge base delete should be forced, the knowledge base name, and the resource name, respectively."],["The documentation includes constructors for the `DeleteKnowledgeBaseRequest` class, allowing for both parameterless instantiation and creation from an existing `DeleteKnowledgeBaseRequest` object."]]],[]]