Class: Aws::PersonalizeRuntime::Types::GetActionRecommendationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalizeruntime/lib/aws-sdk-personalizeruntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_listArray<Types::PredictedAction>

A list of action recommendations sorted in descending order by prediction score. There can be a maximum of 100 actions in the list. For information about action scores, see How action recommendation scoring works.

Returns:



90
91
92
93
94
95
# File 'gems/aws-sdk-personalizeruntime/lib/aws-sdk-personalizeruntime/types.rb', line 90

class GetActionRecommendationsResponse < Struct.new(
  :action_list,
  :recommendation_id)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_idString

The ID of the recommendation.

Returns:

  • (String)


90
91
92
93
94
95
# File 'gems/aws-sdk-personalizeruntime/lib/aws-sdk-personalizeruntime/types.rb', line 90

class GetActionRecommendationsResponse < Struct.new(
  :action_list,
  :recommendation_id)
  SENSITIVE = []
  include Aws::Structure
end