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-14 UTC."],[[["This webpage details the `EnvironmentsConnection` object for `EnvironmentsClient` within the Dialogflow ES C++ library, specifically version 2.18.0."],["The `EnvironmentsConnection` interface allows for the implementation of custom behaviors in tests by injecting mock objects and includes virtual methods that mirror the user-facing overloads in `EnvironmentsClient`."],["The latest version listed in the page is 2.37.0-rc and the page offers a list of versions that range from 2.37.0-rc down to version 2.11.0."],["Key functions of the `EnvironmentsConnection` class include `ListEnvironments`, `GetEnvironment`, `CreateEnvironment`, `UpdateEnvironment`, `DeleteEnvironment`, and `GetEnvironmentHistory`, each corresponding to a specific operation on Dialogflow environments."],["The `MakeEnvironmentsConnection()` and `MockEnvironmentsConnection` provide ways to create concrete instances or mock environments for testing respectively."]]],[]]