// 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 version available is 2.37.0-rc, which can be accessed via a provided link."],["This page lists multiple previous versions of the Dialogflow ES KnowledgeBasesClient, starting from the latest release candidate down to version 2.11.0."],["Each listed version, from 2.36.0 to 2.11.0, provides a specific link to the respective Dialogflow ES KnowledgeBasesClient endpoint snippet documentation."],["The content includes an example of how to override the default endpoint configuration, to one that is common with Private Google Access."],["Version 2.17.0 is a listed version within the available options, among many others."]]],[]]