// 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::ConversationProfilesClient(
google::cloud::dialogflow_es::MakeConversationProfilesConnection(
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."],[[["The latest release candidate version available is 2.37.0-rc, with a link to its documentation."],["The documentation provides a comprehensive list of previous versions, from 2.36.0 down to 2.11.0."],["The current version is 2.13.0, and there is a link to it's corresponding documention."],["The documentation includes instructions for overriding the `dialogflow_es::ConversationProfilesClient` endpoint configuration, which is common with Private Google Access."],["Each version has a hyperlink to its dedicated documentation page, located under the `/cpp/docs/reference/dialogflow_es/` directory."]]],[]]