// 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_es::FulfillmentsClient(
google::cloud::dialogflow_es::MakeFulfillmentsConnection(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 comprehensive list of Dialogflow ES FulfillmentsClient versions, ranging from the latest release candidate 2.37.0-rc down to version 2.11.0."],["Each listed version number is linked to its respective documentation for the Dialogflow ES FulfillmentsClient endpoint snippet, enabling users to access version-specific details."],["The page also details how to override the default endpoint configuration for dialogflow_es::FulfillmentsClient, showcasing the use of `private.googleapis.com` as an endpoint for Private Google Access."],["The latest release candidate version is `2.37.0-rc` and can be found at the top of the version list."]]],[]]