// 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::KnowledgeBasesClient(
google::cloud::dialogflow_es::MakeKnowledgeBasesConnection(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 latest available version is 2.37.0-rc, which can be accessed via a specific link."],["This content provides a comprehensive list of historical versions for dialogflow_es, ranging from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed, including all minor versions and the release candidate, includes a dedicated link to the dialogflow_es KnowledgeBasesClient endpoint snippet for that specific release."],["The content highlights how to override the dialogflow_es::KnowledgeBasesClient Endpoint Configuration, which can be used with Private Google Access."],["The default version displayed on this page upon entry is 2.32.0."]]],[]]