You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ask-sdk-model/CHANGELOG.rst
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -371,3 +371,13 @@ This release contains the following changes :
371
371
372
372
This release contains the following changes :
373
373
- APL for Audio now sends RuntimeError requests that notify developer of any errors that happened during APLA processing.
374
+
375
+
376
+
1.30.0
377
+
~~~~~~
378
+
379
+
This release contains the following changes :
380
+
381
+
- Add support for APL 1.6 version. More information about the newest version can be found `here <https://developer.amazon.com/en-US/docs/alexa/alexa-presentation-language/apl-latest-version.html>`__.
"""Automatically progress 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.
72
80
73
81
:param delay: The delay in milliseconds before this command starts executing; must be non-negative. Defaults to 0.
74
82
:type delay: (optional) int
75
83
:param description: A user-provided description of this command.
76
84
:type description: (optional) str
85
+
:param screen_lock: If true, disable the Interaction Timer.
86
+
:type screen_lock: (optional) bool
87
+
:param sequencer: Specify the sequencer that should execute this command.
88
+
:type sequencer: (optional) str
77
89
:param when: If false, the execution of the command is skipped. Defaults to true.
78
90
:type when: (optional) bool
79
91
:param component_id: The id of the Pager component.
0 commit comments