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-21 UTC."],[[["This webpage details the `IntentsConnection` object for `IntentsClient` within the Google Cloud Dialogflow CX C++ library, specifically referencing version 2.26.0 and other versions."],["The `IntentsConnection` interface provides virtual methods corresponding to each user-facing overload set in `IntentsClient`, allowing for custom behavior injection during testing."],["You can create a concrete instance of `IntentsConnection` using `MakeIntentsConnection()`, or you can use `dialogflow_cx_mocks::MockIntentsConnection` for mocking."],["The documented functions provided by `IntentsConnection` include managing intents through methods such as `ListIntents`, `GetIntent`, `CreateIntent`, `UpdateIntent`, `DeleteIntent`, `ImportIntents`, and `ExportIntents`."],["The page also lists different versions of the library from 2.11.0 up to 2.37.0-rc."]]],[]]