originallyus / node-red-contrib-alexa-local

An easy-to-use NodeRED node for adding Alexa capability to NodeRED. NO Alexa Skills required.
108 stars 25 forks source link

Auto respose... #55

Closed duncan-a closed 6 years ago

duncan-a commented 6 years ago

Would it be possible to have the auto-response (Alexa's "OK") selectable?

If I'm understanding correctly, that would allow for 'tailored responses' to be spoken by Alexa by creating a response string, converting it to json and outputting it via an http node (I could be well off the mark on that).

Thanks

torinnguyen commented 6 years ago

This alexa node is NOT implemented with Alexa Skills, tailored response is not possible.

On Sat, 24 Mar 2018 at 19:27, duncan-a notifications@github.com wrote:

Would it be possible to have the auto-response (Alexa's "OK") selectable?

If I'm understanding correctly, that would allow for 'tailored responses' to be spoken by Alexa by creating a response string, converting it to json and outputting it via an http node (I could be well off the mark on that).

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/originallyus/node-red-contrib-alexa-local/issues/55, or mute the thread https://github.com/notifications/unsubscribe-auth/AAu1WOJKiOgXrZS3phaGD6vx07dnTKs7ks5thju5gaJpZM4S5t2r .

-- http://originally.us

duncan-a commented 6 years ago

Thanks for the rapid reply.

I didn't realise that Alexa Skills were required for a tailored response if it was being generated within Node-RED.

It's all a bit complicated for me to understand at the moment...