UserNotificationSummary

Summary information about a notification for a specific user, including the user's read status.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The localized content of the notification.

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The timestamp when the notification was created.

Link copied to clipboard
val expiresAt: <Error class: unknown class>?

The timestamp when the notification expires.

Link copied to clipboard

The identifier of the Amazon Connect instance.

Link copied to clipboard

The unique identifier for the notification.

Link copied to clipboard

The status of the notification for this user. Valid values are READ, UNREAD, and HIDDEN.

Link copied to clipboard

The priority level of the notification.

Link copied to clipboard

The identifier of the recipient user.

Link copied to clipboard

The source that created the notification. Valid values are CUSTOMER, RULES, and SYSTEM.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String