diff --git a/platforms/platform-alexa/docs/README.md b/platforms/platform-alexa/docs/README.md index 9ce27a2f5..f079090fd 100644 --- a/platforms/platform-alexa/docs/README.md +++ b/platforms/platform-alexa/docs/README.md @@ -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;