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 `IntentsClient` in the Dialogflow ES API for C++."],["The `IntentsConnection` interface allows for the definition of virtual methods, enabling users to inject custom behaviors during testing."],["The page lists available versions of `IntentsConnection`, ranging from the latest release candidate `2.37.0-rc` down to `2.11.0`."],["The documentation includes function details, such as `ListIntents`, `GetIntent`, `CreateIntent`, `UpdateIntent`, `DeleteIntent`, and batch operations like `BatchUpdateIntents` and `BatchDeleteIntents`."],["`MakeIntentsConnection()` is the method used to generate a real instance of `IntentsConnection`, and `dialogflow_es_mocks::MockIntentsConnection` is used to create a mocked instance."]]],[]]