// 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-21 UTC."],[[["This page provides access to various versions of the `dialogflow_cx::AgentsClient` documentation, ranging from version 2.11.0 to 2.37.0-rc."],["Version 2.37.0-rc is the latest release candidate for the `dialogflow_cx::AgentsClient`."],["The documentation includes a guide on how to override the endpoint configuration for `dialogflow_cx::AgentsClient`, particularly in the context of Private Google Access."],["Each version listed on this page has a direct link to the corresponding documentation for the `dialogflow_cx_1_1AgentsClient-endpoint-snippet`."],["The version list is ordered with the most recent at the top, and the page does not include a guide to version 2.12.0, but does include a link."]]],[]]