Class: Aws::Connect::Types::ContentAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContentAttributes
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Optional attributes used to populate the content of an outbound web notification, such as recommender configuration for personalized content.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommender_config ⇒ Types::RecommenderConfig
Configuration for the recommender used to generate personalized recommendations for the notification content.
Instance Attribute Details
#recommender_config ⇒ Types::RecommenderConfig
Configuration for the recommender used to generate personalized recommendations for the notification content.
5100 5101 5102 5103 5104 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5100 class ContentAttributes < Struct.new( :recommender_config) SENSITIVE = [] include Aws::Structure end |