RecommenderConfigurationResponse constructor
RecommenderConfigurationResponse({
- required String creationDate,
- required String id,
- required String lastModifiedDate,
- required String recommendationProviderRoleArn,
- required String recommendationProviderUri,
- Map<
String, String> ? attributes, - String? description,
- String? name,
- String? recommendationProviderIdType,
- String? recommendationTransformerUri,
- String? recommendationsDisplayName,
- int? recommendationsPerMessage,
Implementation
RecommenderConfigurationResponse({
required this.creationDate,
required this.id,
required this.lastModifiedDate,
required this.recommendationProviderRoleArn,
required this.recommendationProviderUri,
this.attributes,
this.description,
this.name,
this.recommendationProviderIdType,
this.recommendationTransformerUri,
this.recommendationsDisplayName,
this.recommendationsPerMessage,
});