MessageConfig

data class MessageConfig(val priority: Int, val timeout: Duration)

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

Parameters

priority

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

timeout

Timeout of the message.

Constructors

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

Properties

Link copied to clipboard
val priority: Int
Link copied to clipboard
val timeout: Duration