This interface defines virtual methods for each of the user-facing overload sets in IntentsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type IntentsClient.
[[["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-04-17 UTC."],[[["This webpage provides documentation for the `IntentsConnection` object, which is used with `IntentsClient` in the Dialogflow ES library for C++."],["The `IntentsConnection` interface allows for the definition of virtual methods mirroring those in `IntentsClient`, enabling users to incorporate custom behaviors, particularly in testing."],["The latest version documented is 2.37.0-rc, and the page lists multiple past versions, going all the way back to version 2.11.0, each linking to the corresponding documentation of `IntentsConnection`."],["The `IntentsConnection` object includes functions for managing intents, such as `ListIntents`, `GetIntent`, `CreateIntent`, `UpdateIntent`, `DeleteIntent`, `BatchUpdateIntents`, and `BatchDeleteIntents`."],["The `IntentsConnection` also supports managing locations and operations through `ListLocations`, `GetLocation`, `ListOperations`, `GetOperation`, and `CancelOperation`."]]],[]]