Values_0.SendNotificationActionDefinitionSourceInformation about the send notification action.
type nonrec t = {deliveryMethod : NotificationDeliveryType.t;Notification delivery method.
*)subject : Subject.t option;The subject of the email if the delivery method is EMAIL. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
*)content : Content.t;Notification content. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
*)contentType : NotificationContentType.t;Content type format.
*)recipient : NotificationRecipientType.t;Notification recipient.
*)exclusion : NotificationRecipientType.t option;Recipients to exclude from notification.
*)}val make :
?subject:??? ->
?exclusion:??? ->
deliveryMethod:NotificationDeliveryType.t ->
content:Content.t ->
contentType:NotificationContentType.t ->
recipient:NotificationRecipientType.t ->
unit ->
t