Class: Aws::QConnect::Types::CreateMessageTemplateVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::CreateMessageTemplateVersionRequest
- Includes:
- Structure
- Defined in:
- 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 ‘$LATEST` qualifier.
-
#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.
3159 3160 3161 3162 3163 3164 3165 |
# File 'lib/aws-sdk-qconnect/types.rb', line 3159 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.
3159 3160 3161 3162 3163 3164 3165 |
# File 'lib/aws-sdk-qconnect/types.rb', line 3159 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.
3159 3160 3161 3162 3163 3164 3165 |
# File 'lib/aws-sdk-qconnect/types.rb', line 3159 class CreateMessageTemplateVersionRequest < Struct.new( :knowledge_base_id, :message_template_id, :message_template_content_sha_256) SENSITIVE = [] include Aws::Structure end |