Class: Aws::Connect::Types::RecommenderConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RecommenderConfig
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Configuration for the recommender used to generate personalized recommendations included in an outbound web notification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context ⇒ Hash<String,String>
A map of contextual key-value pairs supplied to the recommender to influence the recommendations returned.
-
#domain_name ⇒ String
The name of the Amazon Personalize domain that hosts the recommender.
-
#recommender_name ⇒ String
The name of the recommender used to generate the recommendations.
Instance Attribute Details
#context ⇒ Hash<String,String>
A map of contextual key-value pairs supplied to the recommender to influence the recommendations returned.
27828 27829 27830 27831 27832 27833 27834 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 27828 class RecommenderConfig < Struct.new( :domain_name, :recommender_name, :context) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the Amazon Personalize domain that hosts the recommender.
27828 27829 27830 27831 27832 27833 27834 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 27828 class RecommenderConfig < Struct.new( :domain_name, :recommender_name, :context) SENSITIVE = [] include Aws::Structure end |
#recommender_name ⇒ String
The name of the recommender used to generate the recommendations.
27828 27829 27830 27831 27832 27833 27834 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 27828 class RecommenderConfig < Struct.new( :domain_name, :recommender_name, :context) SENSITIVE = [] include Aws::Structure end |