// 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::IntentsClient(
google::cloud::dialogflow_cx::MakeIntentsConnection(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 available release candidate version is 2.37.0-rc for the dialogflow_cx::IntentsClient."],["This webpage provides access to documentation for numerous versions of dialogflow_cx::IntentsClient, ranging from version 2.11.0 to 2.37.0-rc."],["The content includes instructions on overriding the dialogflow_cx::IntentsClient endpoint configuration for usage with Private Google Access, using the option \"private.googleapis.com\"."],["Each version listed links to a page with documentation on the dialogflow_cx_1_1IntentsClient-endpoint-snippet."],["The version shown at the top of the webpage, where the download dropdown is, is 2.32.0."]]],[]]