Prepares an APL Command.
Currently Supported Commands are:
When you add some APL Commands.
Adds the AutoPage Command to an APL Command Execute Directive when placed in APL Execute Commands Element.
When you want to send an AutoPage APL Command.
The AutoPage command automatically progresses through a series of pages displayed in a Pager component. The AutoPage command finishes after the last page has been displayed for the requested time period.
For more info please check out the Alexa Documentation.
Adds the Backstack Clear Command to an APL Command Execute Directive when placed in APL Execute Commands Element.
When you want to send an Backstack:Clear APL Command.
Use the Clear command to explicitly clear the backstack. The backstack is filled when you navigate between different APL Documents, so at some point you want to clear the backstack.
For more info please check out the Alexa Documentation.
Adds the Backstack:GoBack Command to an APL Command Execute Directive when placed in APL Execute Commands Element.
When you want to send an Backstack:GoBack APL Command.
The GoBack command returns to a previous document in the backstack.
For more info please check out the Alexa Documentation.
Adds the ClearFocus Command to an APL Command Execute Directive when placed in APL Execute Commands Element.
When you want to send an ClearFocus APL Command.
Removes focus from the actionable component that is currently in focus.
For more info please check out the Alexa Documentation.
Adds the Finish Command to an APL Command Execute Directive when placed in APL Execute Commands Element.
When you want to send an ClearFocus APL Command.
Closes the current APL document and exits.
For more info please check out the Alexa Documentation.
Adds the Idle Command to an APL Command Execute Directive when placed in APL Execute Commands Element.
When you want to send an Idle APL Command.
The Idle command does nothing.
For more info please check out the Alexa Documentation.
Adds the OpenURL Command to an APL Command Execute Directive when placed in APL Execute Commands Element.
When you want to send an OpenURL Command.
Open a URL. The OpenURL command, if successful, opens the specified URL in a web browser or other application on the device. You must provide a suitable URL that works on the current device.
For more info please check out the Alexa Documentation.
Adds the Reinflate Command to an APL Command Execute Directive when placed in APL Execute Commands Element.
When you want to send an Reinflate APL Command.
Reinflates the current document with updated configuration properties.
For more info please check out the Alexa Documentation.
Adds the Scroll Command to an APL Command Execute Directive when placed in APL Execute Commands Element.
When you want to send an Scroll APL Command.
The Scroll command scrolls a ScrollView or Sequence forward or backward by a set number of pages.
For more info please check out the Alexa Documentation.
Adds the ScrollToComponent Command to an APL Command Execute Directive when placed in APL Execute Commands Element.
When you want to send an ScrollToComponent APL Command.
Scroll forward or backward through a ScrollView or Sequence to ensure that a particular component is in view.
For more info please check out the Alexa Documentation.
Adds the ScrollToIndex Command to an APL Command Execute Directive when placed in APL Execute Commands Element.
When you want to send an ScrollToIndex APL Command.
Scroll forward or backward through a ScrollView or Sequence to ensure that a particular child component is in view.
For more info please check out the Alexa Documentation.
Adds the SendEvent Command to an APL Command Execute Directive when placed in APL Execute Commands Element.
When you want to send an SendEvent APL Command.
Use the SendEvent command to generate and send an event to Alexa.
For more info please check out the Alexa Documentation.
${['textWasPressed','Send this data to the skill']}.
${['idForTheTextComponent']}.
Adds the SetFocus Command to an APL Command Execute Directive when placed in APL Execute Commands Element.
When you want to send an SetFocus APL Command.
Changes the actionable component that is in focus. See Focused for the actionable components that can receive and lose focus.
For more info please check out the Alexa Documentation.
Adds the SetValue Command to an APL Command Execute Directive when placed in APL Execute Commands Element.
When you want to send an SetValue APL Command.
Changes a property or binding of a component.
For more info please check out the Alexa Documentation.
Adds the SpeakItem Command to an APL Command Execute Directive when placed in APL Execute Commands Element.
When you want to send an SpeakItem APL Command.
The SpeakItem command reads the contents of a single component on the screen. The component scrolls or pages into view if it isn't already visible.
For more info please check out the Alexa Documentation.
Adds the SpeakList Command to an APL Command Execute Directive when placed in APL Execute Commands Element.
When you want to send an SpeakList APL Command.
Read the contents of a range of items inside a common container. Each item will scroll into view before speech. Each item should have a speech property, but it is not required.
For more info please check out the Alexa Documentation.