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, which is a component of `EnvironmentsClient` within the Dialogflow CX C++ library."],["The content provides access to various versions of the `EnvironmentsConnection` class, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The `EnvironmentsConnection` object facilitates custom behavior injection for testing `EnvironmentsClient` objects and includes methods for managing environments, such as listing, getting, creating, updating, and deleting them."],["The page also lists numerous virtual functions that can be called, such as `ListEnvironments`, `GetEnvironment`, `CreateEnvironment`, and `DeployFlow`, which are used for interacting with Dialogflow CX environments."],["There is also direction on how to create a concrete instance or to use mocking, using `MakeEnvironmentsConnection()` and `MockEnvironmentsConnection`, respectively."]]],[]]