[[["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 document details the `EnvironmentsConnectionIdempotencyPolicy` class within the Google Cloud Dialogflow ES C++ library, covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The class provides several virtual functions, including `clone`, `ListEnvironments`, `GetEnvironment`, `CreateEnvironment`, `UpdateEnvironment`, `DeleteEnvironment`, and `GetEnvironmentHistory`, which define idempotent behavior for environment-related operations."],["Each of the virtual functions such as `ListEnvironments`, `GetEnvironment`, `CreateEnvironment`, `UpdateEnvironment`, `DeleteEnvironment`, and `GetEnvironmentHistory` take a specific request type as a parameter, such as `google::cloud::dialogflow::v2::ListEnvironmentsRequest`, `google::cloud::dialogflow::v2::GetEnvironmentRequest const &` and so on."],["Each virtual function provides a `google::cloud::Idempotency` type return."],["The `clone` function returns a std::unique_ptr\u003c EnvironmentsConnectionIdempotencyPolicy \u003e, which is a newly created copy of this object."]]],[]]