Class: Aws::Connect::Types::TemplatedMessageConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TemplatedMessageConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about template message configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
-
#message_template_id ⇒ String
The identifier of the message template Id.
-
#template_attributes ⇒ Types::TemplateAttributes
Information about template attributes, that is, CustomAttributes or CustomerProfileAttributes.
Instance Attribute Details
#knowledge_base_id ⇒ String
The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
23203 23204 23205 23206 23207 23208 23209 |
# File 'lib/aws-sdk-connect/types.rb', line 23203 class TemplatedMessageConfig < Struct.new( :knowledge_base_id, :message_template_id, :template_attributes) SENSITIVE = [] include Aws::Structure end |
#message_template_id ⇒ String
The identifier of the message template Id.
23203 23204 23205 23206 23207 23208 23209 |
# File 'lib/aws-sdk-connect/types.rb', line 23203 class TemplatedMessageConfig < Struct.new( :knowledge_base_id, :message_template_id, :template_attributes) SENSITIVE = [] include Aws::Structure end |
#template_attributes ⇒ Types::TemplateAttributes
Information about template attributes, that is, CustomAttributes or CustomerProfileAttributes.
23203 23204 23205 23206 23207 23208 23209 |
# File 'lib/aws-sdk-connect/types.rb', line 23203 class TemplatedMessageConfig < Struct.new( :knowledge_base_id, :message_template_id, :template_attributes) SENSITIVE = [] include Aws::Structure end |