// 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."],[[["This webpage provides access to different versions of the `dialogflow_cx::SecuritySettingsServiceClient` documentation, with version 2.37.0-rc being the latest release candidate."],["The available documentation versions range from 2.11.0 up to the latest release candidate, 2.37.0-rc, with numerous intermediate versions listed, providing a wide array of reference materials."],["The page details how to override the endpoint configuration for `dialogflow_cx::SecuritySettingsServiceClient`, specifically illustrating a configuration common with Private Google Access using `private.googleapis.com`."],["Each version number links to specific documentation for `SecuritySettingsServiceClient`, allowing users to find information for their particular version of choice."]]],[]]