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-05 UTC."],[[["This document outlines the `AgentsConnection` interface, which defines virtual methods for user-facing overload sets within the `AgentsClient` class for Dialogflow CX."],["The `AgentsConnection` interface enables custom behavior injection during testing, particularly when using Google Mock objects with `AgentsClient`."],["The document lists various available versions, ranging from the latest release candidate `2.37.0-rc` down to `2.11.0`, for `AgentsConnection`."],["Key functions within `AgentsConnection` include `ListAgents`, `GetAgent`, `CreateAgent`, `UpdateAgent`, `DeleteAgent`, `ExportAgent`, `RestoreAgent`, `ValidateAgent`, `GetAgentValidationResult`, `GetGenerativeSettings`, and `UpdateGenerativeSettings`, each handling specific agent operations."],["The `MakeAgentsConnection()` function is used to create concrete instances of the `AgentsConnection` class, and `dialogflow_cx_mocks::MockAgentsConnection` is provided for mocking purposes."]]],[]]