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 document provides reference information for the `DeleteKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API, spanning versions from 3.2.0 to the latest 4.26.0."],["The `DeleteKnowledgeBaseRequest` class is used to format requests for deleting a knowledge base in Dialogflow and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Force`, which allows for forced deletion of a knowledge base along with its associated documents, `KnowledgeBaseName`, which provides a typed view of the resource name, and `Name`, which specifies the knowledge base to delete using its fully qualified resource name."],["There are two constructors provided for `DeleteKnowledgeBaseRequest`: a default constructor and one that takes another `DeleteKnowledgeBaseRequest` object as a parameter."],["The page lists the `DeleteKnowledgeBaseRequest` documentation for numerous versions of the Google Cloud Dialogflow v2 API to be readily available."]]],[]]