node-red-contrib-chatbot icon indicating copy to clipboard operation
node-red-contrib-chatbot copied to clipboard

Alexa endSession

Open guidone opened this issue 5 years ago • 3 comments

No problem. Just one thing reading the docs I don’t why it was decided that endsession should carry no text speech. It should allow text, as the docs in Amazon allow the payload to contain a text ending the session.

guidone avatar Jan 22 '20 17:01 guidone

@subzero79

guidone avatar Jan 22 '20 17:01 guidone

Not only endsession, just any intent does not chain any dialog. Been just testing the flow example in the sandbox(just to make sure i wasn't making a mistake) and it doesn't work.

From the sandbox you can launch it as "alexa ask chatbot nodered to switch on the lights", replies comes in as "Can you tell me where?" and you can see the returning payload in the console with no directive at all, when it should have an elicitslot directive.

Screenshot from 2020-02-17 11-24-14

Screenshot from 2020-02-17 11-27-08

subzero79 avatar Feb 17 '20 01:02 subzero79

Hi @subzero79 ,

can you help me with configuration of Alexa? I follow the wiki guide but I get type": "INVALID_RESPONSE", "message": "An exception occurred while dispatching the request to the skill."

polcape avatar Jan 22 '21 09:01 polcape