// 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::ConversationsClient(
google::cloud::dialogflow_es::MakeConversationsConnection(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 list of different versions for `dialogflow_es`, ranging from version 2.11.0 up to 2.37.0-rc, where 2.37.0-rc is the latest."],["Each listed version number contains a link to the corresponding `ConversationsClient` endpoint snippet within the `dialogflow_es` documentation for that specific version."],["The content also describes how to override the default `dialogflow_es::ConversationsClient` endpoint configuration using `google::cloud::Options` and setting the `EndpointOption` to \"private.googleapis.com\"."],["The configuration given for overriding the endpoint is compatible with Private Google Access, which is detailed further in the provided link."]]],[]]