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 page details the `AgentsConnection` object, which is essential for interacting with `AgentsClient` in Dialogflow CX."],["This interface provides virtual methods that mirror the user-facing overload sets in `AgentsClient`, enabling custom behavior injection for testing."],["The content outlines a list of historical versions, ranging from version `2.11.0` all the way to `2.37.0-rc` as the latest version for `AgentsConnection`."],["`AgentsConnection` offers functions such as `ListAgents`, `GetAgent`, `CreateAgent`, `UpdateAgent`, `DeleteAgent`, and more, each with specific request and return types."],["Users can use the `MakeAgentsConnection()` function to create a concrete instance, or use `dialogflow_cx_mocks::MockAgentsConnection` for mocking."]]],[]]