This interface defines virtual methods for each of the user-facing overload sets in EnvironmentsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type EnvironmentsClient.
[[["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 `EnvironmentsConnection` interface for the Dialogflow CX API, specifically for C++ versions, detailing various versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `EnvironmentsConnection` object is designed to work with `EnvironmentsClient`, providing virtual methods that allow for customization and mocking, especially useful for testing with Google Mock objects."],["The interface supports multiple functions, including `ListEnvironments`, `GetEnvironment`, `CreateEnvironment`, `UpdateEnvironment`, `DeleteEnvironment`, `LookupEnvironmentHistory`, `RunContinuousTest`, `ListContinuousTestResults`, and `DeployFlow`, each handling specific operations related to managing environments."],["Each function is detailed with its respective parameters (request) and return type, specifying the expected input and output for each interaction with the Dialogflow CX environment."],["Users can create concrete instances of `EnvironmentsConnection` using `MakeEnvironmentsConnection()` or implement mocks using `dialogflow_cx_mocks::MockEnvironmentsConnection` for testing purposes."]]],[]]