Initialized the project for my Alexa Skill

This commit is contained in:
2020-09-03 21:38:08 +02:00
commit f04f9ff812
25 changed files with 371 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,5 @@
#Generated by Maven
#Thu Sep 03 21:20:08 CEST 2020
groupId=com.github.cato447
artifactId=WizardSkill
version=1.0-SNAPSHOT

View File

@@ -0,0 +1,2 @@
com/github/cato447/handlers/HelloWorldIntentHandler.class
com/github/cato447/main/HelloWorldStreamHandler.class

View File

@@ -0,0 +1,6 @@
/home/bitecoding/Documents/WizardSkill/src/main/java/com/github/cato447/main/HelloWorldStreamHandler.java
/home/bitecoding/Documents/WizardSkill/src/main/java/com/github/cato447/handlers/HelloWorldIntentHandler.java
/home/bitecoding/Documents/WizardSkill/src/main/java/com/github/cato447/handlers/SessionEndedRequestHandler.java
/home/bitecoding/Documents/WizardSkill/src/main/java/com/github/cato447/handlers/HelpIntentHandler.java
/home/bitecoding/Documents/WizardSkill/src/main/java/com/github/cato447/handlers/CancelandStopIntentHandler.java
/home/bitecoding/Documents/WizardSkill/src/main/java/com/github/cato447/handlers/LaunchRequestHandler.java