// 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::SecuritySettingsServiceClient(
google::cloud::dialogflow_cx::MakeSecuritySettingsServiceConnection(
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."],[[["The latest release candidate version is 2.37.0-rc, and it is readily accessible through the provided link."],["The webpage lists various versions of the `dialogflow_cx` service, ranging from version 2.37.0-rc down to version 2.11.0, with links to their respective documentation."],["The current version being displayed and available at the top of the list is version 2.28.0."],["The content includes an example of overriding the `dialogflow_cx::SecuritySettingsServiceClient` endpoint configuration, and the example demonstrates the use of `private.googleapis.com` for private Google access."],["There is documentation to navigate and learn about the differences between the versions listed."]]],[]]