// 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-05 UTC."],[[["This webpage provides a list of available versions for the `dialogflow_es::EnvironmentsClient` in C++, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version links to the respective documentation for the `EnvironmentsClient` endpoint snippet, offering detailed information for each version."],["The page offers guidance on overriding the default endpoint configuration for `dialogflow_es::EnvironmentsClient`, which is useful in scenarios such as using Private Google Access."],["Version 2.20.0 is also specified as a specific version that is available for use."]]],[]]