排序
Alexa Skills Testing with Java
Alexa Skills Testing with Java, Test your Java Alexa skills This tutorial will help you write automated test cases for Alexa skills written in Java. Using real-life JSON requests a...
Creando un custom skill para Alexa (III): Skill server side en AWS Lambda y Java 8
Creando un custom skill para Alexa (III): Skill server side en AWS Lambda y Java 8,En el anterior post conté cómo crear el skill y su interaction model usando la Alexa Developer ...
How to send JSON response to AWS Alexa skill from JAVA
How to send JSON response to AWS Alexa skill from JAVA, JSONObject outputSpeechContent = new JSONObject(); outputSpeechContent.put('type', 'PlainText'); outputSpeechContent.put('te...