// 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::VersionsClient(
google::cloud::dialogflow_es::MakeVersionsConnection(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-21 UTC."],[[["This webpage provides documentation and links for various versions of the `dialogflow_es::VersionsClient`, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed includes a direct link to its specific documentation page, allowing users to quickly navigate to the details relevant to their chosen version, for example the `dialogflow_es_1_1VersionsClient-endpoint-snippet` documentation."],["The documentation also includes an example of how to override the endpoint configuration for `dialogflow_es::VersionsClient`, with a specific example using \"private.googleapis.com\" for private Google Access."],["The lowest version documented on the page is 2.11.0 and the highest stable version documented is 2.36.0."]]],[]]