This interface defines virtual methods for each of the user-facing overload sets in KnowledgeBasesClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type KnowledgeBasesClient.
[[["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-14 UTC."],[[["This webpage details the `KnowledgeBasesConnection` object, which facilitates interaction with `KnowledgeBasesClient`."],["The `KnowledgeBasesConnection` interface provides virtual methods for various operations, such as listing, getting, creating, deleting, and updating knowledge bases."],["The `KnowledgeBasesConnection` object can have its behavior customized through the injection of custom behaviors during testing using Google Mock objects."],["The latest release candidate version available is `2.37.0-rc`, while the most recent stable release is `2.36.0`."],["The functions defined, such as `ListKnowledgeBases`, `GetKnowledgeBase`, `CreateKnowledgeBase`, `DeleteKnowledgeBase`, and `UpdateKnowledgeBase`, provide the capability to manage knowledge bases."]]],[]]