You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up until the most recent v6 release of the c# Recommend client, it was possible to use type arguments with the GET methods, in a similar fashion to the search client, e.g:
However, with v7 there seem to only be non-generic GET methods, e.g:
_recommendClient.GetRecommendationsAsync()
_recommendClient.CustomGetAsync()
It feels like the v7 recommend client isn't finished yet? Is that correct, or is this currently overlooked behaviour, as it introduces some serious breaking changes if it's no longer possible to retrieve strongly typed records from the recommend requests?