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 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."]]],[]]