// 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."],[[["This webpage provides access to the version history and documentation for the `dialogflow_cx::SecuritySettingsServiceClient`, with version 2.37.0-rc being the latest release candidate."],["The content spans from version 2.11.0 up to the latest release candidate, 2.37.0-rc, allowing users to access documentation for any version between these two."],["The documentation includes details on how to override the `dialogflow_cx::SecuritySettingsServiceClient` endpoint configuration, particularly in relation to Private Google Access."],["Each version listed links to specific documentation for the `SecuritySettingsServiceClient` for that version, enabling users to reference the exact documentation they require."],["Version 2.13.0 is the listed top-level version, however the page also covers higher versions, including the latest 2.37.0-rc."]]],[]]