Skip to content

Commit

Permalink
📝 Update docs for AlexaHandles.onTask
Browse files Browse the repository at this point in the history
  • Loading branch information
sadlowskij committed Dec 20, 2023
1 parent c0bdc2b commit 870f702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/platform-alexa/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ Under the hood, `onTask()` as part of [`AlexaHandles`](https://github.com/jovote
```typescript
{
types: [InputType.Launch],
global: true,
if: (jovo: Jovo) => {
const task = jovo.$alexa?.task.getTask();
if (!task) return false;
Expand Down

0 comments on commit 870f702

Please sign in to comment.