// 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-14 UTC."],[[["The latest available version for the Dialogflow CX IntentsClient is 2.37.0-rc, which is designated as the latest release candidate."],["A range of prior versions are accessible, from version 2.36.0 down to 2.11.0, each with its own specific documentation."],["Users can override the default endpoint configuration for `dialogflow_cx::IntentsClient`, for example in a private access setting, by setting the `EndpointOption` to \"private.googleapis.com\"."],["The displayed versions provide a resource for users to navigate and view the documentation of the Dialogflow CX IntentsClient across a history of versions."]]],[]]