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
* @param facetName Facet attribute. To be used in combination with `facetValue`. If specified, only recommendations matching the facet filter will be returned.
12
11
* @param facetValue Facet value. To be used in combination with `facetName`. If specified, only recommendations matching the facet filter will be returned.
12
+
* @param score Recommendation score.
13
13
*/
14
14
@Serializable
15
15
publicdata classTrendingFacetHit(
16
16
17
-
/** Recommendation score. */
18
-
@SerialName(value ="_score") valscore:Double,
19
-
20
17
/** Facet attribute. To be used in combination with `facetValue`. If specified, only recommendations matching the facet filter will be returned. */
0 commit comments