Class: Aws::QConnect::Types::MessageTemplateAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

The attributes that are used with the message template.

Constant Summary collapse

SENSITIVE =
[:custom_attributes]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_attributesTypes::AgentAttributes

The agent attributes that are used with the message template.



6598
6599
6600
6601
6602
6603
6604
6605
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6598

class MessageTemplateAttributes < Struct.new(
  :agent_attributes,
  :custom_attributes,
  :customer_profile_attributes,
  :system_attributes)
  SENSITIVE = [:custom_attributes]
  include Aws::Structure
end

#custom_attributesHash<String,String>

The custom attributes that are used with the message template.

Returns:

  • (Hash<String,String>)


6598
6599
6600
6601
6602
6603
6604
6605
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6598

class MessageTemplateAttributes < Struct.new(
  :agent_attributes,
  :custom_attributes,
  :customer_profile_attributes,
  :system_attributes)
  SENSITIVE = [:custom_attributes]
  include Aws::Structure
end

#customer_profile_attributesTypes::CustomerProfileAttributes

The customer profile attributes that are used with the message template.



6598
6599
6600
6601
6602
6603
6604
6605
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6598

class MessageTemplateAttributes < Struct.new(
  :agent_attributes,
  :custom_attributes,
  :customer_profile_attributes,
  :system_attributes)
  SENSITIVE = [:custom_attributes]
  include Aws::Structure
end

#system_attributesTypes::SystemAttributes

The system attributes that are used with the message template.



6598
6599
6600
6601
6602
6603
6604
6605
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6598

class MessageTemplateAttributes < Struct.new(
  :agent_attributes,
  :custom_attributes,
  :customer_profile_attributes,
  :system_attributes)
  SENSITIVE = [:custom_attributes]
  include Aws::Structure
end