// 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_cx::WebhooksClient(
google::cloud::dialogflow_cx::MakeWebhooksConnection(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, as indicated by the \"latest\" tag."],["This page lists multiple versions of the Dialogflow CX WebhooksClient, starting from 2.11.0 up to the latest release candidate 2.37.0-rc, providing links to their respective documentation."],["The page includes an example snippet that demonstrates how to override the `dialogflow_cx::WebhooksClient` endpoint configuration using `private.googleapis.com`."],["The list shows every version from 2.11.0 to 2.37.0-rc, with each version providing an individual endpoint snippet for the dialogflow_cx WebhooksClient."],["The currently selected version is indicated as version 2.20.0, which is one of many that are readily available to select from."]]],[]]