Values_2.TemplatedMessageConfigSourceInformation about template message configuration.
type nonrec t = {knowledgeBaseId : MessageTemplateKnowledgeBaseId.t;The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)messageTemplateId : MessageTemplateId.t;The identifier of the message template Id.
*)templateAttributes : TemplateAttributes.t;Information about template attributes, that is, CustomAttributes or CustomerProfileAttributes.
*)}val make :
knowledgeBaseId:MessageTemplateKnowledgeBaseId.t ->
messageTemplateId:MessageTemplateId.t ->
templateAttributes:TemplateAttributes.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of MessageTemplateKnowledgeBaseId.t
| `Structure of
(string
* [> `Map of
([> `String of string ] * [> `String of string ]) list
| `String of Values_1.CustomerProfileAttributesSerialized.t ])
list ])
list ]