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-05 UTC."],[[["The latest release candidate version for this C++ Dialogflow ES library is 2.37.0-rc, with a list of available versions ranging down to 2.11.0."],["`IntentsConnection` is an object that defines virtual methods for each user-facing overload set in `IntentsClient` and allows custom behavior injection for testing, including mocking capabilities with `MockIntentsConnection`."],["This class, `IntentsConnection`, provides virtual methods for managing intents, including `ListIntents`, `GetIntent`, `CreateIntent`, `UpdateIntent`, `DeleteIntent`, `BatchUpdateIntents`, and `BatchDeleteIntents`, each with their own specific request parameter and return types."],["The `MakeIntentsConnection()` function is available to create concrete instances of this `IntentsConnection` class, while `dialogflow_es_mocks::MockIntentsConnection` can be used for mocking purposes."]]],[]]