ProgressIndicatorPayload

@JsonClass(generateAdapter = true)
class ProgressIndicatorPayload(val id: String, val progressIndicator: ProgressIndicator) : EntryPayload

The progress indicator payload.

Constructors

Link copied to clipboard
constructor(id: String, progressIndicator: ProgressIndicator)

Properties

Link copied to clipboard
open override val 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