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."],[[["The `AgentsConnection` object provides an interface for interacting with the `AgentsClient` in the Dialogflow ES API."],["The latest release candidate for the Dialogflow ES API in C++ is version 2.37.0-rc, with a long list of prior versions, down to 2.11.0, also documented."],["Users can customize `AgentsClient` behavior during testing by injecting custom logic through the `AgentsConnection` interface."],["The `AgentsConnection` object includes virtual methods for various operations, like getting, setting, deleting, searching, training, exporting, importing, and restoring agents, as well as getting validation results."],["`MakeAgentsConnection()` is the way to create a concrete instance, and `dialogflow_es_mocks::MockAgentsConnection` allows for mocking."]]],[]]