// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
auto options = google::cloud::Options{}.set<google::cloud::EndpointOption>(
"private.googleapis.com");
auto client = google::cloud::dialogflow_es::EnvironmentsClient(
google::cloud::dialogflow_es::MakeEnvironmentsConnection(options));
[[["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 documents the various versions of the `dialogflow_es::EnvironmentsClient` component, spanning from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed provides a direct link to its corresponding documentation page, detailing the `dialogflow_es_1_1EnvironmentsClient-endpoint-snippet` for that specific release."],["The `dialogflow_es::EnvironmentsClient` endpoint configuration can be overridden to use a custom endpoint, as demonstrated by the example using `private.googleapis.com`, which is also common with private google access."],["The webpage's latest stable release is 2.16.0, but it also features a multitude of further releases and a latest release candidate, 2.37.0-rc, with documentation for each."]]],[]]