// 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."],[[["This webpage provides documentation and links for various versions of the `dialogflow_cx::WebhooksClient`, starting from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed offers access to specific documentation regarding the `WebhooksClient-endpoint-snippet`, allowing users to view the details and configuration options for that release."],["The latest stable release of the `dialogflow_cx::WebhooksClient` is 2.36.0, while the latest available release candidate is version 2.37.0-rc, which can be accessed from the top of the list."],["The page includes a code example on how to override the `dialogflow_cx::WebhooksClient` Endpoint Configuration, using private google access."]]],[]]