// 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_es::AgentsClient(
google::cloud::dialogflow_es::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-05 UTC."],[[["This webpage provides access to various versions of the `dialogflow_es` C++ library, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version links to specific documentation for the `AgentsClient` endpoint snippet, allowing developers to find the relevant API details for their chosen version."],["The page shows that the newest release candidate is 2.37.0-rc, meaning that it is not the final version, but a testing version for what the final version will look like."],["The content includes an example of overriding the default endpoint configuration for `dialogflow_es::AgentsClient`, specifically to utilize a private endpoint like \"private.googleapis.com\"."]]],[]]