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 the Google Cloud Recommender service."],["The `RecommenderConnection` object allows for custom behavior injection, particularly useful for testing with mocking frameworks like Google Mock."],["This document outlines the virtual methods available within `RecommenderConnection`, such as `ListInsights`, `GetInsight`, `ListRecommendations`, `GetRecommendation`, and various methods for marking insights and recommendations, with each function returning a `StatusOr` or `StreamRange` object."],["The document provides links to documentation for multiple versions of the Recommender C++ client library, ranging from 2.11.0 to 2.37.0-rc, allowing developers to reference different releases."],["The document describes functions to retrieve and modify configurations for both recommenders and insight types via the `GetRecommenderConfig`, `UpdateRecommenderConfig`, `GetInsightTypeConfig`, and `UpdateInsightTypeConfig` methods."]]],[]]