RoutingWorkResultPayload

@JsonClass(generateAdapter = true)
class RoutingWorkResultPayload(val id: String, val workType: RoutingWorkType) : EntryPayload

The routing work result payload.

Constructors

Link copied to clipboard
constructor(id: String, workType: RoutingWorkType)

Properties

Link copied to clipboard
open override var entryType: ConversationEntryType

The entry type for the conversation entry.

Link copied to clipboard
open override val id: String

The conversation entry ID.

Link copied to clipboard