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.



5335
5336
5337
5338
5339
5340
5341
5342
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5335

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>)


5335
5336
5337
5338
5339
5340
5341
5342
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5335

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.



5335
5336
5337
5338
5339
5340
5341
5342
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5335

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.



5335
5336
5337
5338
5339
5340
5341
5342
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5335

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