// 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-03-05 UTC."],[[["This page provides access to various versions of the `dialogflow_es::AnswerRecordsClient` within the Google Cloud C++ client library, specifically for Dialogflow ES."],["Version 2.37.0-rc is the latest release candidate, while 2.20.0 is the base version displayed at the top of the content."],["Multiple historical versions, from 2.11.0 up to 2.36.0, are available for reference and use, each linked to its specific documentation."],["The page includes an example of how to override the default endpoint configuration, utilizing \"private.googleapis.com\" for private access."],["Each listed version contains the documentation and specifics on the `AnswerRecordsClient-endpoint-snippet`, allowing for granular control over endpoint configuration."]]],[]]