MessageConfig

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

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

Important: This is a Public Preview API. It may be changed or removed at any time.

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
constructor(priority: Int, timeout: Duration)

Properties

Link copied to clipboard
Link copied to clipboard