// 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, and it is listed at the top of the version history."],["The webpage lists a comprehensive history of Dialogflow ES versions, spanning from version 2.37.0-rc down to 2.11.0."],["Each version listed includes a link to its specific documentation, detailing changes and features of that version of the Dialogflow ES service."],["Version 2.27.0 is the starting point of the document, the webpage provides specific instructions for overriding the `dialogflow_es::ConversationProfilesClient` Endpoint Configuration."],["The document demonstrates how to configure the client to use a \"private.googleapis.com\" endpoint, often used in conjunction with Private Google Access, in the code snippet provided."]]],[]]