This interface defines virtual methods for each of the user-facing overload sets in AgentsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type AgentsClient.
[[["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 webpage details the `AgentsConnection` object for `AgentsClient` in the Google Cloud Dialogflow ES C++ library, providing an interface for interacting with agent-related functionalities."],["The latest version available for reference documentation is `2.37.0-rc`, and multiple past versions are also listed, ranging back to `2.11.0`."],["`AgentsConnection` offers virtual methods corresponding to each user-facing overload set in `AgentsClient`, facilitating the injection of custom behavior for testing purposes."],["Key functions provided by `AgentsConnection` include methods for getting, setting, deleting, searching, training, exporting, importing, and restoring agents, as well as getting validation results."],["To utilize a concrete implementation of the interface, refer to `MakeAgentsConnection()` or use `dialogflow_es_mocks::MockAgentsConnection` for testing."]]],[]]