GetRecommendationsResponse
public struct GetRecommendationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of recommendations sorted in ascending order by prediction score. There can be a maximum of 500 items in the list.
Declaration
Swift
public let itemList: [PredictedItem]?
-
The ID of the recommendation.
Declaration
Swift
public let recommendationId: String?
-
Undocumented
Declaration
Swift
public init(itemList: [PredictedItem]? = nil, recommendationId: String? = nil)