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, which provides an interface for interacting with Dialogflow CX's `AgentsClient` and is used to inject custom behavior."],["The latest release candidate version of `AgentsConnection` is version 2.37.0-rc, and it is included in a list with many previous versions, down to 2.11.0, each version providing a link to its respective documentation."],["`AgentsConnection` defines virtual methods for all user-facing overload sets in `AgentsClient`, including actions such as `ListAgents`, `GetAgent`, `CreateAgent`, `UpdateAgent`, `DeleteAgent`, `ExportAgent`, `RestoreAgent`, `ValidateAgent`, and `GetAgentValidationResult`."],["The `MakeAgentsConnection()` function can be used to create a concrete instance of `AgentsConnection`, and `dialogflow_cx_mocks::MockAgentsConnection` can be used for mocking in tests."],["The `AgentsConnection` class functions have specified return types as well as parameters."]]],[]]