This interface defines virtual methods for each of the user-facing overload sets in RecommenderClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type RecommenderClient.
[[["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 `RecommenderConnection` object, which acts as an interface for the `RecommenderClient` and allows users to inject custom behaviors for testing, such as through the use of a Google Mock object."],["The `RecommenderConnection` interface provides virtual methods for various operations, including listing and retrieving insights and recommendations, as well as marking recommendations with different statuses."],["The interface also covers configuration operations such as getting and updating both recommender and insight type configurations."],["Users can find a concrete instance of this connection through the `MakeRecommenderConnection()` function, and they can use the `recommender_v1_mocks::MockRecommenderConnection` class for mocking."],["The page offers links to different versions of `RecommenderConnection` from version 2.11.0 to the latest release candidate version, 2.37.0-rc."]]],[]]