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-04-17 UTC."],[[["This document outlines the `KnowledgeBasesConnection` interface for the Dialogflow ES API, which defines virtual methods for user-facing operations in `KnowledgeBasesClient`."],["The `KnowledgeBasesConnection` class enables users to implement custom behaviors, particularly useful for testing with objects like Google Mock."],["The interface provides functions for managing knowledge bases, including listing, retrieving, creating, deleting, and updating knowledge bases, as well as interacting with locations and long-running operations."],["Version 2.37.0-rc is the latest release candidate version, and the document shows past versions all the way back to 2.11.0."],["The `MakeKnowledgeBasesConnection()` function allows for the creation of a concrete `KnowledgeBasesConnection` instance, and `dialogflow_es_mocks::MockKnowledgeBasesConnection` can be used for mocking purposes."]]],[]]