// 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-21 UTC."],[[["The latest available version is 2.37.0-rc, which can be accessed via the provided link."],["The page provides a list of various versions of the software, ranging from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed includes a corresponding link to access the `dialogflow_es_1_1ConversationModelsClient-endpoint-snippet` for that specific version."],["The webpage also contains information on overriding the `dialogflow_es::ConversationModelsClient` Endpoint Configuration, allowing for custom endpoint settings."],["Configuration for the endpoint can be done in a manner that is compatible with private Google access, which is included in the provided content."]]],[]]