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)