| Package | Description |
|---|---|
| io.klerch.alexa.test.client | |
| io.klerch.alexa.test.client.endpoint | |
| io.klerch.alexa.test.request | |
| io.klerch.alexa.test.response |
| Modifier and Type | Method and Description |
|---|---|
com.amazon.speech.json.SpeechletRequestEnvelope |
AlexaSession.envelope(AlexaRequest request) |
abstract com.amazon.speech.json.SpeechletRequestEnvelope |
AlexaActor.envelope(AlexaRequest request)
The method of enveloping a speechlet request is delegated to the actor as he is
the one able to decide how to do it.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<AlexaResponse> |
AlexaSimulationApiEndpoint.fire(AlexaRequest request,
String payload) |
Optional<AlexaResponse> |
AlexaRequestStreamHandlerEndpoint.fire(AlexaRequest request,
String payload) |
Optional<AlexaResponse> |
AlexaLambdaEndpoint.fire(AlexaRequest request,
String payload) |
Optional<AlexaResponse> |
AlexaEndpoint.fire(AlexaRequest request,
String payload) |
Optional<AlexaResponse> |
AlexaApiEndpoint.fire(AlexaRequest request,
String payload) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlexaIntentRequest |
class |
AlexaLaunchRequest |
class |
AlexaSessionEndedRequest |
class |
AlexaSessionStartedRequest |
class |
AlexaUtteranceRequest |
| Modifier and Type | Method and Description |
|---|---|
AlexaRequest |
AlexaResponse.getRequest() |
| Constructor and Description |
|---|
AlexaResponse(AlexaRequest request,
String requestPayload,
String responsePayload) |
Copyright © 2018. All rights reserved.