// 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage provides a comprehensive list of versions for the `dialogflow_es::KnowledgeBasesClient`, starting from version 2.11.0 and going up to the latest release candidate, 2.37.0-rc."],["Each listed version links to the specific documentation for the `dialogflow_es_1_1KnowledgeBasesClient-endpoint-snippet`, allowing users to access detailed information for each version."],["The content also includes an example of how to override the `dialogflow_es::KnowledgeBasesClient` endpoint configuration using `private.googleapis.com`, which is common with Private Google Access."],["The latest version of the `dialogflow_es::KnowledgeBasesClient` is 2.37.0-rc, and each version listed after 2.15.1 is higher than the original version noted on the page."]]],[]]