// 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"]],[["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."],[[["The webpage provides documentation and reference information for various versions of the Dialogflow ES C++ client library."],["Version 2.37.0-rc is the latest release candidate, while 2.17.0 is the oldest version listed."],["Each version link points to documentation for the `dialogflow_es::ConversationModelsClient` endpoint snippet within that specific release."],["The page also covers how to override the `dialogflow_es::ConversationModelsClient` endpoint configuration, including using a private endpoint."],["Each of these versions range between 2.11.0 and 2.37.0-rc, each with its own dedicated documentation."]]],[]]