Class: Aws::Connect::Types::ContentAttributes

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#recommender_configTypes::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