// 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-05 UTC."],[[["The latest release candidate version available is 2.37.0-rc for the Dialogflow ES ConversationModelsClient."],["The webpage provides access to documentation for multiple versions of the Dialogflow ES ConversationModelsClient, ranging from version 2.11.0 up to the latest release candidate."],["Users can access specific documentation for each version by clicking on the respective version link provided, each one corresponding to a specific version number."],["Version 2.15.1 is specifically highlighted at the top, alongside a toggle dropdown menu."],["The endpoint configuration for the dialogflow_es::ConversationModelsClient can be overridden, as shown in the provided code example, to utilize Private Google Access, set via the \"private.googleapis.com\" endpoint."]]],[]]