// 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"]],[["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 a list of different versions for `dialogflow_es`, ranging from version 2.11.0 up to 2.37.0-rc, which is the latest release candidate."],["Each version listed links to the `dialogflow_es::ConversationsClient` endpoint snippet documentation specific to that version."],["The page provides example code to configure the `dialogflow_es::ConversationsClient` endpoint, useful when working with Private Google Access."],["The current version of the page is 2.15.1, showing previous versions that the product has gone through."]]],[]]