bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
// 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::IntentsClient( google::cloud::dialogflow_cx::MakeIntentsConnection(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-21 UTC."],[[["This webpage provides documentation and version history for the `dialogflow_cx::IntentsClient` component, with the latest release candidate being version 2.37.0-rc."],["The content includes a detailed list of available versions, ranging from 2.37.0-rc down to 2.11.0, each linked to its corresponding documentation page."],["Instructions are provided on how to override the default endpoint configuration for `dialogflow_cx::IntentsClient`, specifically showing how to use a private endpoint using Private Google Access."],["The lowest version in the list is version 2.11.0, while the current version of this documentation page is set at version 2.14.0."]]],[]]