// 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_cx::VersionsClient(
google::cloud::dialogflow_cx::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 snippets for various versions of the `dialogflow_cx::VersionsClient`, starting from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed corresponds to a specific page, providing detailed information and code snippets, with each version having it's own dedicated endpoint documentation page."],["The latest version available is 2.37.0-rc, which is designated as the most recent release candidate."],["The webpage includes an example on how to configure the `dialogflow_cx::VersionsClient` endpoint using `private.googleapis.com` for private Google access."],["The lowest available version for documentation is 2.11.0, although it is possible there are versions prior to this that are not documented here."]]],[]]