Class: Aws::QConnect::Types::RenderMessageTemplateRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

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.



9930
9931
9932
9933
9934
9935
9936
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9930

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.

Returns:

  • (String)


9930
9931
9932
9933
9934
9935
9936
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9930

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.

Returns:

  • (String)


9930
9931
9932
9933
9934
9935
9936
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9930

class RenderMessageTemplateRequest < Struct.new(
  :knowledge_base_id,
  :message_template_id,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end