// 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::AnswerRecordsClient(
google::cloud::dialogflow_es::MakeAnswerRecordsConnection(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-04-17 UTC."],[[["This webpage provides a comprehensive list of historical versions for the `dialogflow_es::AnswerRecordsClient` endpoint, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version links to the specific documentation for the `AnswerRecordsClient` endpoint within that particular release of the Dialogflow ES library."],["The provided code snippet demonstrates how to override the default endpoint configuration to utilize a private Google Access endpoint, using the `google::cloud::Options` and `google::cloud::EndpointOption`."],["The versions go as far back as version 2.11.0, up to the latest release candidate version which is 2.37.0-rc, and 2.36.0 being the current full release."]]],[]]