// 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-21 UTC."],[[["This page provides documentation and links for various versions of the `dialogflow_es` library, specifically regarding `KnowledgeBasesClient` endpoint configuration."],["The latest release candidate version is 2.37.0-rc, and the page lists versions all the way down to 2.11.0, with links to their respective documentation."],["The provided code snippet demonstrates how to override the default endpoint configuration for `KnowledgeBasesClient` using `private.googleapis.com`, which is commonly used with Private Google Access."],["Each version listed, whether it be a specific version or a release candidate, links to the corresponding documentation for the `KnowledgeBasesClient` endpoint."]]],[]]