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 provides documentation for the `IntentsConnection` object, which is used with the `IntentsClient` in the Dialogflow ES C++ library, with the latest version being `2.37.0-rc`."],["The `IntentsConnection` interface defines virtual methods for various operations on intents, like `ListIntents`, `GetIntent`, `CreateIntent`, `UpdateIntent`, `DeleteIntent`, `BatchUpdateIntents`, and `BatchDeleteIntents`."],["Users can utilize the `IntentsConnection` interface to inject custom behaviors, such as with a Google Mock object, when testing code that uses `IntentsClient`."],["The page also provides a link to `MakeIntentsConnection()` for creating a concrete instance of the `IntentsConnection` and `dialogflow_es_mocks::MockIntentsConnection` for mocking."],["The documentation also lists a comprehensive version history of `IntentsConnection` with links, ranging from version `2.11.0` up to the latest `2.37.0-rc`."]]],[]]