Class: Aws::QConnect::Types::CreateMessageTemplateVersionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#knowledge_base_idString

The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


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_256String

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.

Returns:

  • (String)


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_idString

The identifier of the message template. Can be either the ID or the ARN. It cannot contain any qualifier.

Returns:

  • (String)


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