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 page details the `KnowledgeBasesConnection` object, which is essential for interacting with `KnowledgeBasesClient` in the Dialogflow ES C++ library."],["The interface provides virtual methods that mirror user-facing overload sets within `KnowledgeBasesClient`, allowing for the injection of custom behaviors, particularly useful in testing."],["You can access various versions of the documentation, with version 2.37.0-rc being the latest available release, and the provided documentation corresponds to version 2.31.0."],["`KnowledgeBasesConnection` supports operations such as listing, getting, creating, deleting, and updating knowledge bases, as well as managing locations and long-running operations."],["To utilize this object a concrete instance can be created via `MakeKnowledgeBasesConnection()`, and for testing purposes, a mock can be utilized using `dialogflow_es_mocks::MockKnowledgeBasesConnection`."]]],[]]