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 document details the `KnowledgeBasesConnection` object, which acts as an interface for the `KnowledgeBasesClient` in the Google Cloud Dialogflow ES C++ library."],["The latest version available for reference is 2.37.0-rc, with numerous previous versions listed, and the current page being for version 2.35.0."],["The `KnowledgeBasesConnection` interface provides virtual methods for managing knowledge bases, such as listing, getting, creating, deleting, and updating them, and includes corresponding return values."],["It also defines virtual methods for locations and operations management, such as listing, getting, and cancelling operations, each with its own set of input and return data."],["Users can create concrete instances using `MakeKnowledgeBasesConnection()`, and mocks can be created using `dialogflow_es_mocks::MockKnowledgeBasesConnection`."]]],[]]