// 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."],[[["Version 2.23.0 is the current base version of the documentation provided, with historical releases available."],["Version 2.37.0-rc is the latest release candidate available."],["The documentation includes versions ranging from 2.11.0 to 2.37.0-rc, providing an archive of past releases and documentation."],["The documentation allows overriding the `dialogflow_cx::SecuritySettingsServiceClient` endpoint configuration."],["Private Google Access configuration is compatible with the provided endpoint configuration example, using `private.googleapis.com`."]]],[]]