Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Update README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Step-3-Pairing-your-VUI-and-GUI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This helper function determines if the following handlerInput can support a resp

### Task 3.1: Add the APL document to your skill

We will now add an APL directive to the LaunchRequest response. A directive specifies how a compiler (or other translator) should process its input. In this case, our directive type will be `Alexa.Presentation.APL.RenderDocument`, indicating to interpret the input as a document to render as APL, and our input will be our `launchrequest.json` document.
We will now add an APL directive to the LaunchRequest response. A directive specifies how a compiler (or other translator) should process its input. In this case, our directive type will be `Alexa.Presentation.APL.RenderDocument`, indicating to interpret the input as a document to render as APL, and our input will be our `launch.json` document.

1. Scroll up to the `LaunchRequest`
2. **Add** an if statement to determine if the customer's device has a display using the **supportsAPL** function.
Expand Down