// 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-14 UTC."],[[["The webpage provides documentation and reference information for various versions of the `dialogflow_es` C++ client library."],["Version 2.37.0-rc is the latest release candidate, while 2.31.0 is the current version as designated by the initial heading."],["The page contains a list of versions from 2.37.0-rc down to 2.11.0, each with a corresponding link to its specific documentation."],["The content demonstrates how to override the default endpoint configuration for the `dialogflow_es::VersionsClient`, showcasing an example using \"private.googleapis.com\"."]]],[]]