Generic APL Element
Reads APL User Events.
When to use?
When you have an specified APL document.
How to use:
-
To create an APL Document, take a look on APL Ninja or at the official Alexa Documentation
-
Create an APL Document.
-
Paste your recently created APL JSON definition and your APL response is ready.
-
-
In case the property "Use #{} for evaluation?" is not checked, replace Alexa APL data binding
"${alexaDetailData.backgroundImage}" with "${"${alexaDetailData.backgroundImage}"}". Otherwise you'll lose access to APL string evaluation.
-
In case the property "Use #{} for evaluation?" is checked, replace Convoworks evaluation
"${selectedOption.name}" with "#{selectedOption.name}". This enables you to use Convoworks evaluation without clashing with the Alexa APL data-binding.