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 webpage details the `EnvironmentsConnection` object for `EnvironmentsClient` within the Dialogflow CX C++ library, specifically version 2.24.0."],["The `EnvironmentsConnection` interface allows users to customize the behavior of `EnvironmentsClient` objects, primarily for testing purposes, and provides methods to manage Dialogflow CX environments."],["The page lists available versions of the `EnvironmentsConnection` class, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc, with each link directing to the respective version's documentation."],["The documentation outlines several virtual methods available in the `EnvironmentsConnection` class, such as `ListEnvironments`, `GetEnvironment`, `CreateEnvironment`, `UpdateEnvironment`, `DeleteEnvironment`, `LookupEnvironmentHistory`, `RunContinuousTest`, `ListContinuousTestResults`, and `DeployFlow`, along with their parameters and return types."],["Users can find instructions to create concrete instances of the object using `MakeEnvironmentsConnection()` or utilize `dialogflow_cx_mocks::MockEnvironmentsConnection` for mocking purposes."]]],[]]