// 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 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."]]],[]]