// 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::GeneratorsClient(
google::cloud::dialogflow_cx::MakeGeneratorsConnection("unused",
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 version of the `dialogflow_cx` C++ library is 2.37.0-rc, which is the most current release candidate."],["This webpage provides access to the documentation and snippets for various versions of the `dialogflow_cx` library, ranging from version 2.11.0 to the latest version."],["Users can override the default endpoint configuration for `dialogflow_cx::GeneratorsClient` as shown by the example in the content using the `google::cloud::EndpointOption`."],["Each listed version links to its respective documentation for `dialogflow_cx::GeneratorsClient`, offering version-specific information."]]],[]]