Alexa Skills Set SDK - increase timeout of skill

╄→гoц情女王★ 提交于 2019-12-01 14:03:28

I have been trying to do this for quite awhile. There have been several responses on the Amazon developer forums from folks at Amazon (for example, this response) that state that the approximate 8-10 second timeout is not configurable.

Following solution is bit of a hack and not recommended, but may serve your purpose.

Just modify your response like below:

<speak>

    Tell recipe step here. 
    <audio src="<-- Hostel silent mp3 file URL -->" /> 

</speak> 

You can add a silent mp3 file in your response. Your skill will be on for the time of that mp3 file.

But to interrupt Alexa in the mid of this response, user will have to say Alexa, next step instead of Next step.

There is API you could call to provide progressive response

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!