Announcement: The Alexa Skills Community Is Moving To Stack Overflow

For improved usability and experience, Alexa skills related forum support will be transitioned to Stack Overflow. Effective January 10, 2024, the Amazon Developer Forums will no longer be available. For continued Alexa skills support you can reach out to us on Stack Overflow or via Contact Us.

question

JBachand avatar image
JBachand asked

Flag for Echo to listen to user input/response automatically?

Is there a flag I can add in the response so the Echo listens for user input without the user saying "Alexa" again? This would be good for menus, options, confirmations, etc.
alexa skills kit
10 |5000

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

Nick Gardner avatar image
Nick Gardner answered
Hi, This is possible with the later versions of the Alexa AppKit, where you can have multiple rounds of back and forth as long as there is not a substantial amount of time between them. -Nick
10 |5000

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

Anthony M. avatar image
Anthony M. answered
If you mark the shouldEndSession flag to true on your response it should keep the channel open for additional responses. Though it does look like you have about 30 seconds before Alexa stops listening.
10 |5000

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

JBachand avatar image
JBachand answered
FYI to all: this was asked before the echo prompted for responses, this is no longer an issue... previously you had to say alexa every time you wanted an app to do something and the app stayed open for hours/minutes without the user knowing.
10 |5000

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