// 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-14 UTC."],[[["The latest release candidate version is 2.37.0-rc, providing access to the most up-to-date features."],["This page provides documentation for versions ranging from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["All versions link to the same documentation for `dialogflow_cx_1_1SecuritySettingsServiceClient-endpoint-snippet` under their respective releases."],["The `SecuritySettingsServiceClient` endpoint configuration can be overridden, as demonstrated in the example code provided, especially for use with Private Google Access."],["The currently displayed version at the top of the page is 2.30.0, but users can view more recent versions of the documentation by selecting them in the dropdown."]]],[]]