ProgressIndicator
@JsonClass(generateAdapter = true)
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)