Values_2.UserNotificationSummarySourceSummary information about a notification for a specific user, including the user's read status.
type nonrec t = {notificationId : Values_0.NotificationId.t option;The unique identifier for the notification.
*)notificationStatus : NotificationStatus.t option;The status of the notification for this user. Valid values are READ, UNREAD, and HIDDEN.
*)instanceId : Values_0.InstanceId.t option;The identifier of the Amazon Connect instance.
*)recipientId : Values_0.AgentId.t option;The identifier of the recipient user.
*)content : Values_0.NotificationContent.t option;The localized content of the notification.
*)priority : Values_1.NotificationPriority.t option;The priority level of the notification.
*)source : NotificationSource.t option;The source that created the notification. Valid values are CUSTOMER, RULES, and SYSTEM.
*)createdAt : Values_0.Timestamp.t option;The timestamp when the notification was created.
*)expiresAt : Values_0.Timestamp.t option;The timestamp when the notification expires.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of ([> `Enum of string ] * [> `String of string ]) list
| `String of Values_0.NotificationId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]