// 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::TestCasesClient(
google::cloud::dialogflow_cx::MakeTestCasesConnection(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::TestCasesClient`, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The latest stable version available is 2.36.0, while the most current version in development is 2.37.0-rc, and they can be accessed by the provided links."],["There are numerous previous versions available, spanning from 2.36.0 down to 2.11.0, each with its own documentation link."],["It includes an example of how to override the endpoint configuration for `dialogflow_cx::TestCasesClient`, demonstrating how to set a custom endpoint using `google::cloud::Options` to `private.googleapis.com`."],["The listed versions appear to be in descending order from newest to oldest."]]],[]]