Class: Aws::QConnect::Types::CreateMessageTemplateVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::CreateMessageTemplateVersionRequest
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
-
#message_template_content_sha_256 ⇒ String
The checksum value of the message template content that is referenced by the
$LATESTqualifier. -
#message_template_id ⇒ String
The identifier of the message template.
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.
3166 3167 3168 3169 3170 3171 3172 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3166 class CreateMessageTemplateVersionRequest < Struct.new( :knowledge_base_id, :message_template_id, :message_template_content_sha_256) SENSITIVE = [] include Aws::Structure end |
#message_template_content_sha_256 ⇒ String
The checksum value of the message template content that is
referenced by the $LATEST qualifier. It can be returned in
MessageTemplateData or ExtendedMessageTemplateData. It’s
calculated by content, language, defaultAttributes and
Attachments of the message template. If not supplied, the message
template version will be created based on the message template
content that is referenced by the $LATEST qualifier by default.
3166 3167 3168 3169 3170 3171 3172 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3166 class CreateMessageTemplateVersionRequest < Struct.new( :knowledge_base_id, :message_template_id, :message_template_content_sha_256) 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.
3166 3167 3168 3169 3170 3171 3172 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3166 class CreateMessageTemplateVersionRequest < Struct.new( :knowledge_base_id, :message_template_id, :message_template_content_sha_256) SENSITIVE = [] include Aws::Structure end |