// 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-05 UTC."],[[["The latest release candidate version available is 2.37.0-rc for the dialogflow_cx WebhooksClient."],["This page lists the available versions of the `dialogflow_cx::WebhooksClient` from the latest release candidate down to version 2.11.0."],["You can find the documentation for each version of the dialogflow_cx::WebhooksClient by clicking on the version number link."],["The provided code snippet demonstrates how to override the default endpoint configuration for `dialogflow_cx::WebhooksClient` using `private.googleapis.com`."]]],[]]