| Package | Description |
|---|---|
| com.amazon.speech.speechlet |
Contains classes used to represent the key elements used for a speech-enabled
web service.
|
| Modifier and Type | Method and Description |
|---|---|
IntentRequest |
IntentRequest.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
SpeechletResponse |
Speechlet.onIntent(IntentRequest request,
Session session)
Entry point for handling speech initiated requests.
This is where the bulk of the Speechlet logic lives. |
| Modifier and Type | Method and Description |
|---|---|
SpeechletResponse |
SpeechletV2.onIntent(SpeechletRequestEnvelope<IntentRequest> requestEnvelope)
Entry point for handling speech initiated requests.
This is where the bulk of the SpeechletV2 logic lives. |
SpeechletResponse |
SpeechletToSpeechletV2Adapter.onIntent(SpeechletRequestEnvelope<IntentRequest> requestEnvelope) |
Copyright © 2016. All rights reserved.