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