Package-level declarations

Types

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

Represents a progress indicator conversation entry event.

Link copied to clipboard

An enum to define the type of ProgressIndicator.