question

weijusti avatar image
weijusti asked

APL Commands Python SDK

I am trying to get the following commands in the APL docs to work, but was unable to find them in the SDK documentation or any existing python skill examples. I am wondering if they are not currently supported for python. If they are supported are there any examples that shows how to use these commands with the ExecuteCommandDirective?

APL Standard Commands: https://developer.amazon.com/docs/alexa-presentation-language/apl-standard-commands.html

APL Media Commands: https://developer.amazon.com/docs/alexa-presentation-language/apl-commands-media.html

ASK Python SDK APL: https://alexa-skills-kit-python-sdk.readthedocs.io/en/latest/models/ask_sdk_model.interfaces.alexa.presentation.apl.html


Commands I want to use:

1) Sequential Command

2) Parallel Command

3) Scroll Commands

4) PlayMedia Commands

5) ControlMedia Commands


alexa skills kitaplpython
10 |5000

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

1 Answer

roy-1 avatar image
roy-1 answered

Hi weijusti,

Thanks for posting! Currently, those commands are not available in the ASK SDK for Python. If this is something that you'd like to see in the future, please feel free to request it for consideration here:

https://alexa.uservoice.com

10 |5000

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