// 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-21 UTC."],[[["This webpage provides documentation for various versions of the `dialogflow_cx` C++ client library, spanning from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version links to its respective documentation page detailing the `dialogflow_cx_1_1VersionsClient` endpoint snippet."],["The most current version is highlighted as 2.37.0-rc and labeled as the \"(latest)\" release candidate."],["The documentation includes an example of how to override the `dialogflow_cx::VersionsClient` endpoint configuration, particularly for use with Private Google Access, by setting the `EndpointOption` to \"private.googleapis.com\"."],["This page documents the usage of different versions for the `VersionsClient` object, which is part of the dialogflow_cx namespace."]]],[]]