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 page provides reference documentation for the `DeleteKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET developers."],["The `DeleteKnowledgeBaseRequest` class is used to request the deletion of a knowledge base in Dialogflow, offering properties such as `Force`, `KnowledgeBaseName`, and `Name` to configure the deletion operation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for message handling, object comparison, deep cloning, and buffer management."],["The page lists available versions of the `DeleteKnowledgeBaseRequest`, ranging from the latest 4.26.0 down to 3.2.0, to provide historical reference and compatibility."],["The documentation includes details on the `DeleteKnowledgeBaseRequest` constructor, properties, and implemented members, as well as the required formatting for the knowledge base name to be deleted."]]],[]]