1.0.13 • Published 5 years ago

node-red-node-alexa v1.0.13

Weekly downloads
104
License
Apache-2.0
Repository
github
Last release
5 years ago

node-red-node-alexa

Thisis a simple library to easily integrate with Alexa.

(I) Configuration Node

This set of nodes requires only an URL to be configured. Just use the "new alexa-config" option and choose an URL.

ex: /alexa

(II) First configuration

1) Access the Amazon Developer page. 2) Create a new skill using the Skill Kit. 3) Create the model of your interest. 4) In the endpoint section, just insert:

\<Node-RED endpoit>/\<url-configured in configuration node>

ex: https://myNodeRed:1880/alexa

Note: SSL required.

(III) Nodes:

Alexa Launch

Called when a LaunchRequest intent is received.

payload.type -> LaunchRequest

Alexa Intent

Called when an IntentRequest intent is received.

payload.type -> IntentRequest
payload.intent -> ...
payload.slots -> ...

Alexa Close

Called when a SessionEndedRequest intent is received.

payload.type -> SessionEndedRequest

Alexa Reply

Sends the response to Alexa

Input: payload

(IV)

There is no 4th step. You're ready to go.

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago