alexa共3篇
Alexa Skills Testing with Java-拾光赋

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...
kity的头像-拾光赋kity4年前
0275
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

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 ...
kity的头像-拾光赋kity6年前
0457
How to send JSON response to AWS Alexa skill from JAVA-拾光赋

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...
kity的头像-拾光赋kity7年前
0518