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 document provides reference information for the `DeleteKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.24.0, and its use in deleting a knowledge base."],["The `DeleteKnowledgeBaseRequest` class, which implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, serves as a request message for the `KnowledgeBases.DeleteKnowledgeBase` operation."],["The class offers constructors for creating new instances, including one that allows cloning from another `DeleteKnowledgeBaseRequest` object."],["The `DeleteKnowledgeBaseRequest` class includes properties like `Force` (for forcibly deleting the knowledge base and its associated documents), `KnowledgeBaseName` (a typed view over the knowledge base name), and `Name` (the required name of the knowledge base to be deleted)."],["This page also showcases a comprehensive list of prior versions of this specific class, ranging from 4.26.0 (latest) all the way back to 3.2.0."]]],[]]