MessageDescription

data class MessageDescription(    val topic: String,     val action: String,     val replyToId: String? = null)

A class representing the messageDescription field of the header of a generic AASB message, as described in the Alexa Auto AASB specification.

Constructors

Link copied to clipboard
fun MessageDescription(    topic: String,     action: String,     replyToId: String? = null)

Properties

Link copied to clipboard
val action: String
Link copied to clipboard
val replyToId: String? = null
Link copied to clipboard
val topic: String