// 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-21 UTC."],[[["The webpage provides documentation and reference for different versions of the `dialogflow_cx` WebhooksClient."],["Version 2.37.0-rc is the latest release candidate, while 2.23.0 is the lowest version listed."],["Each version link directs to the `WebhooksClient-endpoint-snippet` documentation for that specific version."],["The documentation details how to override the `dialogflow_cx::WebhooksClient` endpoint configuration, suggesting the use of `private.googleapis.com` for private Google access."],["There are various versions available spanning from 2.11.0 to 2.37.0-rc."]]],[]]