// 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::ChangelogsClient(
google::cloud::dialogflow_cx::MakeChangelogsConnection(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 release candidate version available is 2.37.0-rc, providing access to the newest features and updates."],["The webpage lists a comprehensive history of Dialogflow CX versions, ranging from the latest candidate down to version 2.11.0."],["Each listed version, from 2.37.0-rc to 2.11.0, has a corresponding link to its specific Dialogflow CX ChangelogsClient endpoint snippet documentation."],["Version 2.24.0 is where the listed available versions begin to change their minor version from their latest major version, as the latest major version is 2.37.0."],["Users have the ability to override the default Dialogflow CX ChangelogsClient endpoint configuration, allowing for custom setups, such as using \"private.googleapis.com\" for Private Google Access."]]],[]]