// 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 webpage provides a list of available versions for `dialogflow_cx`, ranging from version 2.37.0-rc as the latest, down to version 2.11.0."],["Each version listed corresponds to a specific endpoint snippet for the `WebhooksClient`, allowing users to access the associated documentation for that version."],["The provided code snippet demonstrates how to override the default endpoint configuration for `dialogflow_cx::WebhooksClient`, using \"private.googleapis.com\" which is common for Private Google Access."],["The page's focus is on documentation related to the `WebhooksClient` within the `dialogflow_cx` library, offering version-specific references and configuration details."]]],[]]