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"]],[["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-14 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()`."]]],[]]