createAasbReplyHeader

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

Create an AASB reply header object. A reply is the response to a previously received message.

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

Parameters

requestId

The ID of the request that this is a reply to.

topic

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

action

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