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, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteKnowledgeBaseRequest` class include `Force` (to enable forced deletion), `KnowledgeBaseName` (a typed view of the resource name), and `Name` (the required name of the knowledge base to be deleted)."],["The document also provides the constructor details and how to utilize them, alongside the relevant namespace and assembly for the class."],["There is a list of all the versions of this api, showing all versions between 3.2.0 and the latest version of 4.26.0, along with links to view each version."]]],[]]