// 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::DocumentsClient(
google::cloud::dialogflow_es::MakeDocumentsConnection(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 webpage provides access to various versions of the `dialogflow_es::DocumentsClient` documentation, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed links to its respective documentation page for `dialogflow_es_1_1DocumentsClient-endpoint-snippet`, offering details specific to that version."],["The latest version, labeled as the release candidate (2.37.0-rc), is prominently featured at the top of the list, along with a description of how to override the default endpoint configuration."],["The documentation for `dialogflow_es::DocumentsClient` includes instructions for overriding the default endpoint configuration to utilize `private.googleapis.com` for instance when using private google access."]]],[]]