// 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 version available for the `dialogflow_cx` component is `2.37.0-rc`."],["The documentation provides a list of versions, ranging from the latest `2.37.0-rc` down to `2.11.0`, allowing users to access specific documentation for their chosen release."],["The content includes an example on how to override the endpoint configuration for `dialogflow_cx::SecuritySettingsServiceClient` to use \"private.googleapis.com\", which is relevant for configurations such as Private Google Access."],["Each version entry links to the `dialogflow_cx::SecuritySettingsServiceClient` endpoint snippet for that release."]]],[]]