question

igtamazon1 avatar image
igtamazon1 asked

Alexa, how to add delay message?

I am developing an Alexa service which connects to an external service. In order to get the response, it takes around 9-10 seconds. Is there a way to add a message in Alexa while Lambda function is processing the request. Something like - "hang on a second. I am retrieving the results"

alexa skills kitlambdajava
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Brian@Amazon avatar image
Brian@Amazon answered

It's now possible to play messages while waiting for external calls, although this does not extend the length that Alexa waits. Take a look at progressive response: https://developer.amazon.com/docs/custom-skills/send-the-user-a-progressive-response.html

10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Brian@Amazon avatar image
Brian@Amazon answered

This isn't currently directly possible.

10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.