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` interface, which defines virtual methods for user-facing overload sets within the `AgentsClient` class, primarily for testing purposes."],["The document provides a comprehensive list of versions of this component, from 2.11.0 up to the release candidate 2.37.0-rc, allowing users to access specific documentation for each release."],["The `AgentsConnection` object is critical for users needing to customize behavior or inject mock objects for testing their `AgentsClient` interactions."],["Several functions are detailed within the `AgentsConnection` interface, including `GetAgent`, `SetAgent`, `DeleteAgent`, `SearchAgents`, `TrainAgent`, `ExportAgent`, `ImportAgent`, `RestoreAgent`, and `GetValidationResult`, each handling various operations related to Dialogflow agents."],["The use of `NoAwaitTag` and `google::longrunning::Operation` as parameters indicates the support for both synchronous and asynchronous operations related to agent management, especially for long-running tasks like training, exporting, importing, and restoring agents."]]],[]]