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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides reference documentation for the `DeleteKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The `DeleteKnowledgeBaseRequest` class is a request message used to delete a knowledge base, as defined within the API, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the reference is version 4.26.0, and it shows a history of versions from 4.26.0 down to 3.2.0."],["The class includes properties such as `Force`, `KnowledgeBaseName`, and `Name`, which are used to specify whether to force the deletion of documents, the name of the knowledge base to delete, and the resource name, respectively."],["The `DeleteKnowledgeBaseRequest` has two constructors: one default constructor and one that accepts another `DeleteKnowledgeBaseRequest` instance for copying."]]],[]]