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-03-14 UTC."],[[["This webpage details the `IntentsConnection` object for `IntentsClient` in the Dialogflow CX C++ library, specifically with the latest version being `2.37.0-rc` and a list of other versions."],["The `IntentsConnection` interface provides virtual methods for each user-facing overload in `IntentsClient`, facilitating custom behavior and testing with mock objects."],["Users can create a concrete `IntentsConnection` instance via `MakeIntentsConnection()`, and for testing, `MockIntentsConnection` is available."],["The `IntentsConnection` interface includes virtual functions like `ListIntents`, `GetIntent`, `CreateIntent`, `UpdateIntent`, and `DeleteIntent`, each handling different operations related to intents."],["Each of these functions take a request parameter and return a specific object related to the action."]]],[]]