// 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::PagesClient(
google::cloud::dialogflow_cx::MakePagesConnection(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."],[[["This webpage provides access to the version history and documentation for the `dialogflow_cx::PagesClient` in C++."],["Version 2.37.0-rc is the latest release candidate, and it can be found in the provided list of versions."],["The content includes a comprehensive list of versions from 2.11.0 up to the latest 2.37.0-rc, each linking to its respective documentation, and version 2.18.0 is the current version being displayed."],["There is an example of how to override the `dialogflow_cx::PagesClient` endpoint configuration, specifically for use with Private Google Access, using the `private.googleapis.com` endpoint."]]],[]]