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 documentation for the `DeleteKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The documentation covers versions from 3.2.0 up to the latest release, 4.26.0, offering links to each version's specific `DeleteKnowledgeBaseRequest` documentation."],["`DeleteKnowledgeBaseRequest` is used to request the deletion of a knowledge base and includes properties such as `Force` to optionally delete all documents, `KnowledgeBaseName` to manage knowledge base names, and `Name` to specify the knowledge base to be deleted."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various .NET functionalities."],["The documentation includes details about the class's constructors and inherited members, as well as the required `Name` property that specifies the knowledge base to be deleted."]]],[]]