// 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::AgentsClient(
google::cloud::dialogflow_cx::MakeAgentsConnection(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 webpage provides documentation for various versions of the Dialogflow CX AgentsClient, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Each version listed links to the respective documentation for the `dialogflow_cx::AgentsClient` endpoint snippet, allowing developers to find the specific version they require."],["The most current release candidate is version 2.37.0-rc, and the most stable latest release is 2.36.0, with several prior versions listed on the page for different compatibility needs."],["The page also includes a code snippet illustrating how to override the `dialogflow_cx::AgentsClient` endpoint configuration, specifically in the context of Private Google Access."],["Version 2.27.0 is marked as the current version of this particular page, as designated at the top of the version listing."]]],[]]