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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This document outlines the `AgentsConnection` object for `AgentsClient` in the Google Cloud Dialogflow ES library, detailing its role in defining virtual methods for user-facing overload sets."],["The latest release is version 2.37.0-rc, with a history of available versions ranging from 2.36.0 down to 2.11.0."],["Users can inject custom behavior into `AgentsClient` objects using this `AgentsConnection` interface, facilitating the creation of tests with mock objects."],["`AgentsConnection` provides virtual functions for various agent-related operations, such as getting, setting, deleting, searching, training, exporting, importing, and restoring agents."],["The functions in `AgentsConnection` handle different request types like `GetAgentRequest`, `SetAgentRequest`, `DeleteAgentRequest` amongst others, and are capable of returning `Status`, `StatusOr` and `future` types."]]],[]]