NotificationPayload

data class NotificationPayload(val eventDate: OffsetDateTime, val eventId: String, val conversationId: ConversationId, val sessionId: SessionId)

Data class representing the payload of a notification from Notification Server.

Constructors

Link copied to clipboard
constructor(eventDate: OffsetDateTime, eventId: String, conversationId: ConversationId, sessionId: SessionId)

Properties

Link copied to clipboard
val conversationId: ConversationId

The unique identifier of the conversation.

Link copied to clipboard

The date and time of the event.

Link copied to clipboard

The unique identifier of the event.

Link copied to clipboard
val sessionId: SessionId

The unique identifier of the session.