Values.MessageTemplateVersionSummarySourceThe summary of the message template version.
type nonrec t = {messageTemplateArn : ArnWithQualifier.t option;The Amazon Resource Name (ARN) of the message template.
*)messageTemplateId : Uuid.t option;The identifier of the message template.
*)knowledgeBaseArn : Arn.t option;The Amazon Resource Name (ARN) of the knowledge base.
*)knowledgeBaseId : Uuid.t option;The identifier of the knowledge base.
*)name : Name.t option;The name of the message template.
*)channel : Channel.t option;The channel of the message template.
*)channelSubtype : ChannelSubtype.t option;The channel subtype this message template applies to.
*)isActive : Boolean.t option;Whether the version of the message template is activated.
*)versionNumber : Version.t option;The version number of the message template version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Long of Version.t
| `String of ArnWithQualifier.t ])
list ]