sendMessage

fun sendMessage(    jsonMessage: String,     topic: String,     action: String)

Sends an AASB Message to the Alexa Auto Client Service (AACS).

The AASB message specification is available on the Alexa Auto AASB specification documentation page.

Parameters

jsonMessage

The JSON message to send to AACS, as described in the AASB documentation.

topic

The topic of the message as described in the AASB documentation.

action

The action value of the reply as described in the AASB documentation.