// 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::ParticipantsClient(
google::cloud::dialogflow_es::MakeParticipantsConnection(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."],[[["The webpage provides a list of Dialogflow ES ParticipantsClient versions, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version in the list links to its respective documentation for the ParticipantsClient endpoint snippet, allowing users to access the specific information they require."],["The content includes instructions on overriding the Dialogflow ES ParticipantsClient endpoint configuration, specifically demonstrating how to set up an alternative endpoint such as \"private.googleapis.com\" using the google::cloud::Options setting for Private Google Access."],["The latest released version shown on the list is version 2.36.0, with 2.37.0 being a release candidate."]]],[]]