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-04-09 UTC."],[[["This document outlines the `AgentsConnection` object for `AgentsClient` in the Google Cloud Dialogflow CX API, which allows for custom behavior injection during testing."],["The latest release candidate version is 2.37.0-rc, and the document references the currently selected version, 2.22.1."],["It provides access to various methods including listing, retrieving, creating, updating, deleting, exporting, restoring, and validating agents, along with managing generative settings."],["The interface defines virtual methods that correspond to each user-facing overload set in `AgentsClient`, for methods such as ListAgents, GetAgent, CreateAgent, UpdateAgent, and more."],["Mock implementations for testing can be found in `dialogflow_cx_mocks::MockAgentsConnection`, while concrete instances can be created using `MakeAgentsConnection()`."]]],[]]