// 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 latest available version is 2.37.0-rc, which is designated as the most current release candidate."],["The page provides access to a range of Dialogflow ES versions, starting from version 2.11.0 up to the latest release candidate version."],["Each version listed, such as 2.36.0, 2.35.0, and so on, links to specific documentation related to that particular version of Dialogflow ES."],["The provided code snippet demonstrates how to configure the dialogflow_es::VersionsClient endpoint, with an example using \"private.googleapis.com\" for Private Google Access."],["The content is focused on providing documentation for the various versions of the dialogflow_es::VersionsClient endpoint."]]],[]]