ProgressIndicator

@JsonClass(generateAdapter = true)
data class ProgressIndicator(val progressMessage: ProgressIndicatorFormat.Text, val indicatorType: ProgressIndicatorType, val timestamp: Long)

Represents a progress indicator conversation entry event.

Parameters

progressMessage

The ProgressIndicatorFormat of the message.

indicatorType

The ProgressIndicatorType of the message.

timestamp

The time that the indicator was sent.

Constructors

Link copied to clipboard
constructor(progressMessage: ProgressIndicatorFormat.Text, indicatorType: ProgressIndicatorType, timestamp: Long)

Properties

Link copied to clipboard
Link copied to clipboard
val timestamp: Long