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` interface, which defines virtual methods for `RecommenderClient` overload sets, enabling users to inject custom behaviors for testing."],["The latest version of the Recommender API is version `2.37.0-rc`, and the document has a list of all versions from `2.37.0-rc` all the way down to `2.11.0`."],["`RecommenderConnection` supports functions for managing insights and recommendations, such as listing, getting, marking as accepted/dismissed/claimed/succeeded/failed."],["The interface also includes functions to manage configurations for both the recommender and insight type, through functions such as `GetRecommenderConfig`, `UpdateRecommenderConfig`, `GetInsightTypeConfig`, and `UpdateInsightTypeConfig`."],["A concrete instance of the interface can be created using `MakeRecommenderConnection()`, while `MockRecommenderConnection` is provided for mocking purposes."]]],[]]