// 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-04-17 UTC."],[[["The webpage provides documentation and reference information for various versions of the `dialogflow_es` library, with the latest release candidate being version 2.37.0-rc."],["The content details versions spanning from 2.11.0 up to 2.37.0-rc, allowing users to navigate and access the documentation for each specific version."],["Each version listed contains a link to the documentation for the `EnvironmentsClient-endpoint-snippet`, demonstrating that this is a central component of each release."],["There is a section in the content that showcases how to override the default endpoint for `dialogflow_es::EnvironmentsClient`, and provides an example using private Google Access."]]],[]]