ProgressIndicatorFormat

sealed interface ProgressIndicatorFormat

Represents the display format for a progress indicator message, such as a typing indicator or loading state.

Inheritors

Types

Link copied to clipboard

Enumerates the supported progress indicator format types.

Link copied to clipboard
@JsonClass(generateAdapter = true)
class Text(val text: String) : ProgressIndicatorFormat

A progress indicator that displays a text message to the user.

Properties

Link copied to clipboard

The specific format type of this progress indicator.