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 document outlines the `AgentsConnection` class within the Dialogflow CX C++ library, which facilitates communication with the `AgentsClient`."],["The latest version available is `2.37.0-rc`, while the current version being documented is `2.23.0`."],["The `AgentsConnection` interface provides virtual methods for various agent operations such as listing, creating, updating, deleting, exporting, restoring, validating, and managing generative settings, all of which can be overridden."],["Users can implement custom behaviors by injecting their own implementations, including mock objects, for testing purposes."],["The `MakeAgentsConnection()` function is used for creating concrete instances of `AgentsConnection` and the `dialogflow_cx_mocks::MockAgentsConnection` class for mocking purposes."]]],[]]