AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to GetActionRecommendationsAsync.

Namespace: Amazon.PersonalizeRuntime
Assembly: AWSSDK.PersonalizeRuntime.dll
Version: 3.x.y.z

Syntax

C#
public abstract GetActionRecommendationsResponse GetActionRecommendations(
         GetActionRecommendationsRequest request
)

Parameters

request
Type: Amazon.PersonalizeRuntime.Model.GetActionRecommendationsRequest

Container for the necessary parameters to execute the GetActionRecommendations service method.

Return Value


The response from the GetActionRecommendations service method, as returned by PersonalizeRuntime.

Exceptions

ExceptionCondition
InvalidInputException Provide a valid value for the field or parameter.
ResourceNotFoundException The specified resource does not exist.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also