CreateRecommenderConfiguration constructor

CreateRecommenderConfiguration({
  1. required String recommendationProviderRoleArn,
  2. required String recommendationProviderUri,
  3. Map<String, String>? attributes,
  4. String? description,
  5. String? name,
  6. String? recommendationProviderIdType,
  7. String? recommendationTransformerUri,
  8. String? recommendationsDisplayName,
  9. int? recommendationsPerMessage,
})

Implementation

CreateRecommenderConfiguration({
  required this.recommendationProviderRoleArn,
  required this.recommendationProviderUri,
  this.attributes,
  this.description,
  this.name,
  this.recommendationProviderIdType,
  this.recommendationTransformerUri,
  this.recommendationsDisplayName,
  this.recommendationsPerMessage,
});