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