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."],[[["The provided content details the `DeleteKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET, with documentation spanning multiple versions."],["The `DeleteKnowledgeBaseRequest` class is used to send a request to delete a knowledge base and is implemented by various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and one that takes another `DeleteKnowledgeBaseRequest` object, allowing for the creation of a new request object or copying from an existing one."],["The `DeleteKnowledgeBaseRequest` class includes properties such as `Force`, `KnowledgeBaseName`, and `Name`, which define parameters for the delete operation, like forcing deletion or specifying which knowledge base should be deleted."],["The latest version of this specific class found in this document is 4.26.0 while the provided version at the top is 4.17.0."]]],[]]