// 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 available with its respective documentation."],["This page provides access to documentation for multiple versions of the Dialogflow CX Security Settings Service Client, ranging from version 2.11.0 to 2.37.0-rc."],["Each version listed links to the respective `SecuritySettingsServiceClient-endpoint-snippet` documentation."],["The current stable version of the documentation page is 2.27.0."],["There is example code provided to show how to override the `dialogflow_cx::SecuritySettingsServiceClient` endpoint configuration, that can be used with Private Google Access."]]],[]]