createAasbRequestHeader

@IviExperimental(reasons = [])
fun createAasbRequestHeader(requestId: String, topic: String, action: String): Header

Create an AASB request header object. A request is a message from the client to Alexa which is not a reply to a previously sent message from Alexa. A request may or may not have a reply.

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

Parameters

requestId

The ID of the request. This allows the client to identify the reply.

topic

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

action

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