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 document details the `RecommenderConnection` object, which provides an interface for interacting with the `RecommenderClient` in various versions, with version 2.37.0-rc being the most recent and 2.23.0 being the specific version of note here."],["`RecommenderConnection` allows custom behavior injection for testing, especially when utilizing Google Mock objects."],["The document lists multiple virtual functions that deal with managing insights and recommendations, such as `ListInsights`, `GetInsight`, `MarkInsightAccepted`, `ListRecommendations`, `GetRecommendation`, and many more."],["The document also covers functions for managing recommender configurations, including getting and updating recommender configurations, as well as insight type configurations."],["There are older documented versions available, ranging back to version 2.11.0."]]],[]]