// 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 vpc_client = google::cloud::dialogflow_es::EntityTypesClient(
google::cloud::dialogflow_es::MakeEntityTypesConnection(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-07-08 UTC."],[[["The latest version available is 2.37.0-rc, which is indicated as the most current release."],["This page provides access to a range of versions for the `dialogflow_es::EntityTypesClient`, from version 2.11.0 up to the latest release candidate."],["The provided code snippet demonstrates how to override the endpoint configuration for `dialogflow_es::EntityTypesClient`, using the `\"private.googleapis.com\"` endpoint."],["Each version listed includes a link to its respective documentation located in a specific path under `/cpp/docs/reference/dialogflow_es`."]]],[]]