For an Alexa skill that invokes a Lambda function, what is the meaning of the "timeout" setting in the Lambda function?
I wonder whether it is a session timeout, or an intent timeout.
If I set it to 10 seconds, for example, does the skill time out (and raises an exception) if the whole user session exceeds 10 seconds, or if any intent that is invoked in the session exceeds it?