// 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::SessionsClient(
google::cloud::dialogflow_es::MakeSessionsConnection(options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage provides a comprehensive list of Dialogflow ES SessionsClient versions, ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["Each listed version corresponds to a specific link, directing users to the detailed documentation for the Dialogflow ES SessionsClient endpoint snippet."],["The content includes instructions on how to override the `dialogflow_es::SessionsClient` endpoint configuration, specifically mentioning using the private.googleapis.com endpoint for Private Google Access."],["The provided example demonstrates how to set a custom endpoint using the `google::cloud::Options` class and `google::cloud::EndpointOption`."],["The most recent stable release is 2.36.0 while the latest release candidate is 2.37.0-rc, which are provided at the top of the list for convenient access."]]],[]]