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-04-17 UTC."],[[["This document outlines the `AgentsConnection` object for `AgentsClient` in the Dialogflow ES C++ library, detailing its role in managing agent interactions."],["The `AgentsConnection` interface provides virtual methods for user-facing overload sets within `AgentsClient`, allowing for custom behavior injection during testing."],["The page provides a list of Dialogflow ES C++ library versions, with the latest being `2.37.0-rc`, and many previous version links available all the way back to `2.11.0`."],["`AgentsConnection` functionality includes methods for `GetAgent`, `SetAgent`, `DeleteAgent`, `SearchAgents`, `TrainAgent`, `ExportAgent`, `ImportAgent`, `RestoreAgent`, and `GetValidationResult`."],["There is also a `MakeAgentsConnection()` function to create concrete instances, and a `dialogflow_es_mocks::MockAgentsConnection` class for mocking purposes."]]],[]]