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 documentation for the `DeleteKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.14.0 and its range of versions."],["`DeleteKnowledgeBaseRequest` is used to request the deletion of a knowledge base, as part of the `KnowledgeBases.DeleteKnowledgeBase` method."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison."],["Key properties of the class include `Force`, which enables forced deletion of the knowledge base and its associated documents, and `Name`, representing the resource name of the knowledge base to be deleted."],["The documentation provides links to the documentation of other versions of the `DeleteKnowledgeBaseRequest` class, with version 4.26.0 being the most recent."]]],[]]