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-21 UTC."],[[["This document details the `RecommenderConnection` interface, which provides virtual methods corresponding to each user-facing overload set in `RecommenderClient`."],["The `RecommenderConnection` interface is used to allow users to inject custom behavior, such as with a Google Mock object, during testing of `RecommenderClient` objects."],["The latest version for this documentation is 2.37.0-rc, with many other past versions listed, and the current version in context is 2.15.1."],["The `RecommenderConnection` interface contains virtual functions for various operations including listing, getting, and marking insights and recommendations, as well as getting and updating configuration."],["The interface also provides access to `Options`, returns various `StreamRange` types, and allows for the use of `StatusOr` in relation to a number of different types."]]],[]]