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-21 UTC."],[[["This webpage details the `KnowledgeBasesConnection` object, which acts as an interface for the `KnowledgeBasesClient` in the Google Cloud Dialogflow ES C++ library."],["The page lists the different versions of the `KnowledgeBasesConnection` class, starting from version 2.11.0 up to 2.36.0, with version 2.37.0-rc being the latest."],["The `KnowledgeBasesConnection` class provides virtual methods for various operations, including listing, getting, creating, deleting, and updating knowledge bases."],["Users can customize behavior during testing by injecting mocks, such as the `MockKnowledgeBasesConnection` object."],["To instantiate an object, users should refer to `MakeKnowledgeBasesConnection()`."]]],[]]