Values.MessageTemplateSummarySourceThe summary of the message template.
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 this message template applies to.
*)channelSubtype : ChannelSubtype.t option;The channel subtype this message template applies to.
*)createdTime : SyntheticTimestamp_date_time.t option;The timestamp when the message template was created.
*)lastModifiedTime : SyntheticTimestamp_date_time.t option;The timestamp when the message template data was last modified.
*)lastModifiedBy : GenericArn.t option;The Amazon Resource Name (ARN) of the user who last updated the message template data.
*)sourceConfiguration : MessageTemplateSourceConfiguration.t option;activeVersionNumber : Version.t option;The version number of the message template version that is activated.
*)description : Description.t option;The description of the message template.
*)}val make :
?messageTemplateArn:??? ->
?messageTemplateId:??? ->
?knowledgeBaseArn:??? ->
?knowledgeBaseId:??? ->
?name:??? ->
?channel:??? ->
?channelSubtype:??? ->
?createdTime:??? ->
?lastModifiedTime:??? ->
?lastModifiedBy:??? ->
?sourceConfiguration:??? ->
?activeVersionNumber:??? ->
?description:??? ->
?tags:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Version.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ArnWithQualifier.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `String of WhatsAppMessageTemplateComponent.t ]
list
| `String of WhatsAppBusinessAccountId.t ])
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]