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 details the `IntentsConnection` object, which facilitates custom behavior injection for testing `IntentsClient` objects."],["The latest version of the `IntentsConnection` is `2.37.0-rc`, and the page provides links to several previous versions dating back to `2.11.0`, alongside the version `2.29.0`, the current version being detailed."],["The `IntentsConnection` interface includes virtual methods for operations like `ListIntents`, `GetIntent`, `CreateIntent`, `UpdateIntent`, `DeleteIntent`, `BatchUpdateIntents`, and `BatchDeleteIntents`."],["`MakeIntentsConnection()` can be utilized to build a concrete instance of the object, while `dialogflow_es_mocks::MockIntentsConnection` is available for mocking purposes."],["Many of the virtual methods take a request object, like `ListIntentsRequest`, and return either a `StreamRange`, `StatusOr` or `future` object."]]],[]]