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-21 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."]]],[]]