Message Template Args
data class MessageTemplateArgs(val channelSubtype: Output<MessageTemplateChannelSubtype>? = null, val content: Output<MessageTemplateContentArgs>? = null, val defaultAttributes: Output<MessageTemplateAttributesArgs>? = null, val description: Output<String>? = null, val groupingConfiguration: Output<MessageTemplateGroupingConfigurationArgs>? = null, val knowledgeBaseArn: Output<String>? = null, val language: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<MessageTemplateArgs>
Definition of AWS::Wisdom::MessageTemplate Resource Type
Constructors
Link copied to clipboard
constructor(channelSubtype: Output<MessageTemplateChannelSubtype>? = null, content: Output<MessageTemplateContentArgs>? = null, defaultAttributes: Output<MessageTemplateAttributesArgs>? = null, description: Output<String>? = null, groupingConfiguration: Output<MessageTemplateGroupingConfigurationArgs>? = null, knowledgeBaseArn: Output<String>? = null, language: Output<String>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
The channel subtype this message template applies to.
Link copied to clipboard
The content of the message template.
Link copied to clipboard
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.
Link copied to clipboard
The description of the message template.
Link copied to clipboard
The configuration information of the external data source.
Link copied to clipboard
The Amazon Resource Name (ARN) of the knowledge base to which the message template belongs.