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"]],[["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-07-09 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."]]],[]]