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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 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."]]],[]]