createAasbRequestNoPayload

Creates an object to represent a request from the client to Alexa, that does not require a payload. 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

id

The ID of the request. This allows the client to identify the reply to this request from Alexa, if this request results in a 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.