// 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 access to different versions of the Dialogflow CX WebhooksClient, with the latest version being 2.37.0-rc."],["The content includes a comprehensive list of versions, starting from the latest release candidate down to version 2.11.0, each with a link to its corresponding documentation."],["The page also demonstrates how to override the Dialogflow CX WebhooksClient endpoint configuration, particularly for use with Private Google Access, by setting the `EndpointOption` to \"private.googleapis.com\"."],["The main focus of this page is the `dialogflow_cx::WebhooksClient` and it's endpoint configurations."]]],[]]