// 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::ConversationModelsClient(
google::cloud::dialogflow_es::MakeConversationModelsConnection(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-14 UTC."],[[["The webpage provides a list of different versions for `dialogflow_es`, ranging from version 2.11.0 up to 2.36.0, with 2.37.0-rc listed as the latest release candidate."],["Each version number, starting from 2.11.0 and up to 2.37.0-rc, is linked to a specific endpoint snippet for the `ConversationModelsClient`."],["The provided content includes information on how to override the `dialogflow_es::ConversationModelsClient` Endpoint Configuration, particularly for use with Private Google Access, by using the `private.googleapis.com` endpoint."],["The lowest version of the product shown on the page is 2.11.0 while the latest is 2.37.0-rc."]]],[]]