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` class for the Dialogflow CX API, which defines virtual methods that correspond to the user-facing methods found in the `AgentsClient` class."],["The latest release for Dialogflow CX is version 2.37.0-rc, with a range of previous versions from 2.36.0 down to 2.11.0 also listed on the page."],["The `AgentsConnection` interface allows for custom behavior injection, particularly useful for creating mock objects in testing scenarios."],["The page lists the `AgentsConnection` virtual functions, including operations like listing, getting, creating, updating, deleting, exporting, restoring, and validating agents, along with the request parameters and return types for each function."],["To create a real instance of this class, you can use the function `MakeAgentsConnection()` or you can use `MockAgentsConnection` when working with mock."]]],[]]