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 the `AgentsClient` in the Dialogflow CX API, version 2.20.0."],["It outlines the interface for virtual methods corresponding to each user-facing overload set found in `AgentsClient`, enabling custom behavior injection for testing purposes."],["The documentation provides links and descriptions for creating a concrete instance of `AgentsConnection` using `MakeAgentsConnection()` and mocking with `MockAgentsConnection`."],["The `AgentsConnection` interface includes various functions like `ListAgents`, `GetAgent`, `CreateAgent`, `UpdateAgent`, `DeleteAgent`, `ExportAgent`, `RestoreAgent`, `ValidateAgent`, and `GetAgentValidationResult`, among others, that allow for comprehensive interaction with agents."],["There are versions of the `AgentsConnection` class going back to version 2.11.0 and going forward to the latest version at 2.37.0-rc."]]],[]]