Class: Aws::QConnect::Types::RenderMessageTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::RenderMessageTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Types::MessageTemplateAttributes
An object that specifies the values to use for variables in the message template.
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
-
#message_template_id ⇒ String
The identifier of the message template.
Instance Attribute Details
#attributes ⇒ Types::MessageTemplateAttributes
An object that specifies the values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template. The corresponding value defines the value for that variable.
9573 9574 9575 9576 9577 9578 9579 |
# File 'lib/aws-sdk-qconnect/types.rb', line 9573 class RenderMessageTemplateRequest < Struct.new( :knowledge_base_id, :message_template_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
9573 9574 9575 9576 9577 9578 9579 |
# File 'lib/aws-sdk-qconnect/types.rb', line 9573 class RenderMessageTemplateRequest < Struct.new( :knowledge_base_id, :message_template_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#message_template_id ⇒ String
The identifier of the message template. Can be either the ID or the ARN.
9573 9574 9575 9576 9577 9578 9579 |
# File 'lib/aws-sdk-qconnect/types.rb', line 9573 class RenderMessageTemplateRequest < Struct.new( :knowledge_base_id, :message_template_id, :attributes) SENSITIVE = [] include Aws::Structure end |