Generic APL Element

Reads APL User Events.

When to use?

When you have an specified APL document.

How to use:

  1. To create an APL Document, take a look on APL Ninja or at the official Alexa Documentation
  2. Create an APL Document.
  3. Paste your recently created APL JSON definition and your APL response is ready.
    1. 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.
    2. 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.