PersonalizeRuntime class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close()
→ void
-
Closes the internal HTTP client if none was provided at creation.
If a client was passed as a constructor argument, this becomes a noop.
-
getPersonalizedRanking({required String campaignArn, required List<String> inputList, required String userId, Map<String, String>? context, String? filterArn, Map<String, String>? filterValues})
→ Future<GetPersonalizedRankingResponse>
-
Re-ranks a list of recommended items for the given user. The first item in
the list is deemed the most likely item to be of interest to the user.
-
getRecommendations({required String campaignArn, Map<String, String>? context, String? filterArn, Map<String, String>? filterValues, String? itemId, int? numResults, String? userId})
→ Future<GetRecommendationsResponse>
-
Returns a list of recommended items. The required input depends on the
recipe type used to create the solution backing the campaign, as follows:
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited