/AWS1/CL_PZR=>GETACTIONRECOMMENDATIONS()
¶
About GetActionRecommendations¶
Returns a list of recommended actions in sorted in descending order by prediction score.
Use the GetActionRecommendations
API if you have a custom
campaign that deploys a solution version trained with a PERSONALIZED_ACTIONS recipe.
For more information about PERSONALIZED_ACTIONS recipes, see PERSONALIZED_ACTIONS recipes. For more information about getting action recommendations, see Getting action recommendations.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_CAMPAIGNARN
TYPE /AWS1/PZRARN
/AWS1/PZRARN
¶
The Amazon Resource Name (ARN) of the campaign to use for getting action recommendations. This campaign must deploy a solution version trained with a PERSONALIZED_ACTIONS recipe.
IV_USERID
TYPE /AWS1/PZRUSERID
/AWS1/PZRUSERID
¶
The user ID of the user to provide action recommendations for.
IV_NUMRESULTS
TYPE /AWS1/PZRNUMRESULTS
/AWS1/PZRNUMRESULTS
¶
The number of results to return. The default is 5. The maximum is 100.
IV_FILTERARN
TYPE /AWS1/PZRARN
/AWS1/PZRARN
¶
The ARN of the filter to apply to the returned recommendations. For more information, see Filtering Recommendations.
When using this parameter, be sure the filter resource is
ACTIVE
.
IT_FILTERVALUES
TYPE /AWS1/CL_PZRFILTERVALUES_W=>TT_FILTERVALUES
TT_FILTERVALUES
¶
The values to use when filtering recommendations. For each placeholder parameter in your filter expression, provide the parameter name (in matching case) as a key and the filter value(s) as the corresponding value. Separate multiple values for one parameter with a comma.
For filter expressions that use an
INCLUDE
element to include actions, you must provide values for all parameters that are defined in the expression. For filters with expressions that use anEXCLUDE
element to exclude actions, you can omit thefilter-values
. In this case, Amazon Personalize doesn't use that portion of the expression to filter recommendations.For more information, see Filtering recommendations and user segments.