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 is integral to the `RecommenderClient` and enables custom behavior for testing."],["The `RecommenderConnection` interface defines virtual methods mirroring each user-facing overload set in `RecommenderClient`."],["The latest version of the documentation available on this page is 2.37.0-rc, although it covers all versions since 2.11.0, and each version link pertains to the `RecommenderConnection` object."],["It includes functions such as `ListInsights`, `GetInsight`, `ListRecommendations`, `GetRecommendation`, and others for managing insights and recommendations, with parameters and return values detailed in the provided tables."],["For concrete implementation, refer to the `MakeRecommenderConnection()` function, and for mocking purposes, consult `recommender_v1_mocks::MockRecommenderConnection`."]]],[]]