fboerncke / jovo-v4-component-example

Use different components in Jovo which share YesIntent and NoIntent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Jovo V4 Example using three Components

Based on the the official Jovo v4 Sample: Alexa Skill & Google Action on AWS Lambda sample project this example takes the "LoveHatePizzaComponent" and adds two new components named "LoveHateDrinkComponent" and "LoveHateIceCreamComponent".

All three components make use of the "YesIntent" and "NoIntent". The Jovo framework makes sure that depending on the active component the request is processed by the correct handler.

About

Use different components in Jovo which share YesIntent and NoIntent


Languages

Language:TypeScript 64.6%Language:JavaScript 35.4%