ConversationTimeEventWork

internal data class ConversationTimeEventWork(val conversationTimeEventInput: ConversationTimeEventInput, val worker: ConversationTimeEventWorker)

Represents a conversation time-event work, consisting of the input and the worker.

Constructors

Link copied to clipboard
constructor(conversationTimeEventInput: ConversationTimeEventInput, worker: ConversationTimeEventWorker)

Properties

Link copied to clipboard

The input of a conversation time-event.

Link copied to clipboard

The responsible for performing the work.