MessageConfig

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class MessageConfig(val priority: Int, val timeout: Duration)

Represents the configuration of the Text-To-Speech message.

Constructors

Link copied to clipboard
constructor(priority: Int, timeout: Duration)

Properties

Link copied to clipboard

Priority of the message. The lower the value, the higher the priority, with 0 being the highest.

Link copied to clipboard

Timeout of the message.