// 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::DeploymentsClient(
google::cloud::dialogflow_cx::MakeDeploymentsConnection(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."],[[["Version 2.37.0-rc is the latest release candidate for the Dialogflow CX DeploymentsClient."],["The webpage provides access to documentation for multiple versions of the Dialogflow CX DeploymentsClient, ranging from version 2.11.0 to 2.37.0-rc."],["Each version listed links to specific documentation related to the Dialogflow CX DeploymentsClient endpoint configuration."],["The current version that the documentation defaults to is version 2.31.0."],["The document provided information regarding how to override Dialogflow CX DeploymentsClient Endpoint Configuration, and provides an example of how to do so."]]],[]]