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-05-07 UTC."],[[["The page details the `IntentsConnection` object, which is integral to the `IntentsClient` within the Dialogflow CX C++ library, and is used to allow users to add custom behavior when writing tests that interact with `IntentsClient` objects."],["The latest version available is 2.37.0-rc, while the current version being documented is 2.34.0-rc, and there are also multiple versions ranging from 2.36.0 to 2.11.0, all linking to the `IntentsConnection` class."],["The `IntentsConnection` interface offers virtual methods corresponding to each user-facing overload set found in `IntentsClient`, enabling flexibility and customization."],["The page lists functions like `ListIntents`, `GetIntent`, `CreateIntent`, `UpdateIntent`, and `DeleteIntent`, among others, detailing the parameters, return types, and descriptions for each function within the `IntentsConnection` class."],["The content covers mocking capabilities through `dialogflow_cx_mocks::MockIntentsConnection` and creation of instances using `MakeIntentsConnection()`, all within the Dialogflow CX library."]]],[]]