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, with the latest version being 4.26.0."],["The `DeleteKnowledgeBaseRequest` class is used to send a request to delete a knowledge base in Dialogflow, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `Force`, `KnowledgeBaseName`, and `Name`, which allow users to specify whether to force delete the knowledge base and to identify the target knowledge base by its name and resource path."],["There are several versioned references available, ranging from 3.2.0 to 4.26.0."],["The class includes constructors to initialize a new `DeleteKnowledgeBaseRequest` object, either as a default instance or by cloning another existing `DeleteKnowledgeBaseRequest` object."]]],[]]