Notification Payload
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)