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."],[[["This webpage details the `IntentsConnection` class for Dialogflow ES, which is essential for managing communication between the client and the Dialogflow service."],["The page provides links to documentation for various versions of `IntentsConnection`, with the latest release candidate being version 2.37.0-rc, and a list going back to version 2.11.0."],["`IntentsConnection` defines virtual methods corresponding to each user-facing overload set in `IntentsClient`, enabling users to inject custom behaviors for testing."],["The `IntentsConnection` class features functions such as `ListIntents`, `GetIntent`, `CreateIntent`, `UpdateIntent`, `DeleteIntent`, `BatchUpdateIntents`, and `BatchDeleteIntents`."],["The documentation provides details on how to create a concrete instance using `MakeIntentsConnection()` and how to use `dialogflow_es_mocks::MockIntentsConnection` for mocking purposes."]]],[]]