Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

offerzen/alexa-skill-example-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alexa Skill Example in Java

This project demonstrates how build a simple an Alexa skill service in Java. This application receives a name from the skill interface, and returns the name spelled out using Speech Synthesis Markup Language (SSML).

Overview

This app was also built on OSX using the Eclipse IDE. It should run fairly easily on Windows and Linux. This project is essentially a Spark application using Maven.

Setup

Run the application, which should start the server

Setup ngrok to expose the endpoint

ngrok http 4567

Setup your skill interface

  • Go to Amazon Developer's Portal and create a new Alexa skill
  • Setup the interaction model using the provided Intent Schema and Sample Utterance which can be found in the src/main/java/speechAssets folder.
  • Setup the endpoint to point to your ngrok tunnel, example: https://81429dd5.ngrok.io/alexa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages