Class: Aws::QConnect::Types::UpdateMessageTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::UpdateMessageTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::MessageTemplateContentProvider
The content of the message template.
-
#default_attributes ⇒ Types::MessageTemplateAttributes
An object that specifies the default values to use for variables in the message template.
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
-
#language ⇒ String
The language code value for the language in which the quick response is written.
-
#message_template_id ⇒ String
The identifier of the message template.
-
#source_configuration ⇒ Types::MessageTemplateSourceConfiguration
The source configuration of the message template.
Instance Attribute Details
#content ⇒ Types::MessageTemplateContentProvider
The content of the message template.
12132 12133 12134 12135 12136 12137 12138 12139 12140 12141 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12132 class UpdateMessageTemplateRequest < Struct.new( :knowledge_base_id, :message_template_id, :content, :language, :source_configuration, :default_attributes) SENSITIVE = [] include Aws::Structure end |
#default_attributes ⇒ Types::MessageTemplateAttributes
An object that specifies the default 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 default value for that variable.
12132 12133 12134 12135 12136 12137 12138 12139 12140 12141 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12132 class UpdateMessageTemplateRequest < Struct.new( :knowledge_base_id, :message_template_id, :content, :language, :source_configuration, :default_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.
12132 12133 12134 12135 12136 12137 12138 12139 12140 12141 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12132 class UpdateMessageTemplateRequest < Struct.new( :knowledge_base_id, :message_template_id, :content, :language, :source_configuration, :default_attributes) SENSITIVE = [] include Aws::Structure end |
#language ⇒ String
The language code value for the language in which the quick response is written. The supported language codes include ‘de_DE`, `en_US`, `es_ES`, `fr_FR`, `id_ID`, `it_IT`, `ja_JP`, `ko_KR`, `pt_BR`, `zh_CN`, `zh_TW`
12132 12133 12134 12135 12136 12137 12138 12139 12140 12141 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12132 class UpdateMessageTemplateRequest < Struct.new( :knowledge_base_id, :message_template_id, :content, :language, :source_configuration, :default_attributes) SENSITIVE = [] include Aws::Structure end |
#message_template_id ⇒ String
The identifier of the message template. Can be either the ID or the ARN. It cannot contain any qualifier.
12132 12133 12134 12135 12136 12137 12138 12139 12140 12141 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12132 class UpdateMessageTemplateRequest < Struct.new( :knowledge_base_id, :message_template_id, :content, :language, :source_configuration, :default_attributes) SENSITIVE = [] include Aws::Structure end |
#source_configuration ⇒ Types::MessageTemplateSourceConfiguration
The source configuration of the message template. Only set this argument for WHATSAPP channel subtype.
12132 12133 12134 12135 12136 12137 12138 12139 12140 12141 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12132 class UpdateMessageTemplateRequest < Struct.new( :knowledge_base_id, :message_template_id, :content, :language, :source_configuration, :default_attributes) SENSITIVE = [] include Aws::Structure end |