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, including its properties and implementation details."],["The `DeleteKnowledgeBaseRequest` class is a request message used to delete a knowledge base in Dialogflow, and it has versions ranging from 3.2.0 up to the latest 4.26.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inherited members from the `Object` class, with it's core usage being to delete knowledge bases within the Dialogflow API."],["The `DeleteKnowledgeBaseRequest` includes properties such as `Force`, `KnowledgeBaseName`, and `Name`, which allow for specifying whether to force the deletion of the knowledge base and the exact knowledge base to be removed."],["The content provided references documentation for .NET, which is indicated by the reference to Microsoft Learn and the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]