RoutingWorkResultPayload

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

The result of a routing work item, indicating the type of work being routed.

Constructors

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

Properties

Link copied to clipboard

The type discriminator indicating which kind of payload this entry contains.

Link copied to clipboard
open override val id: String

The unique identifier for this conversation entry.

Link copied to clipboard