// 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."],[[["This page provides documentation and links for various versions of the `dialogflow_es` C++ client library, specifically for the `KnowledgeBasesClient` component."],["The latest version available is `2.37.0-rc`, which is a release candidate, followed by several stable releases all the way back to `2.11.0`."],["Each version number links to documentation regarding the `KnowledgeBasesClient` endpoint snippet within that version."],["The page includes an example on how to override the default endpoint configuration, especially for use cases like Private Google Access, and the example demonstrates setting the `EndpointOption` to `\"private.googleapis.com\"`."],["This documentation covers versions 2.11.0 through to 2.37.0, and it covers the `KnowledgeBasesClient-endpoint-snippet` on all of them."]]],[]]