Class: Aws::CustomerProfiles::Types::SearchRecommendationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:recommendations]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_idString

The unique identifier of the profile for which to retrieve recommendations.

Returns:

  • (String)


10207
10208
10209
10210
10211
10212
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 10207

class SearchRecommendationsResponse < Struct.new(
  :profile_id,
  :recommendations)
  SENSITIVE = [:recommendations]
  include Aws::Structure
end

#recommendationsArray<Types::Recommendation>

List of recommendations generated by the recommender.

Returns:



10207
10208
10209
10210
10211
10212
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 10207

class SearchRecommendationsResponse < Struct.new(
  :profile_id,
  :recommendations)
  SENSITIVE = [:recommendations]
  include Aws::Structure
end