| 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 |
|---|---|
LaunchRequest |
LaunchRequest.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
SpeechletResponse |
Speechlet.onLaunch(LaunchRequest request,
Session session)
Entry point for
Speechlets for handling a speech initiated request to start the skill
without providing an Intent.This method is only invoked when Session.isNew() is true. |
| Modifier and Type | Method and Description |
|---|---|
SpeechletResponse |
SpeechletV2.onLaunch(SpeechletRequestEnvelope<LaunchRequest> requestEnvelope)
Entry point for
SpeechletV2s for handling a speech initiated request to start the skill
without providing an Intent.This method is only invoked when Session.isNew() is true. |
SpeechletResponse |
SpeechletToSpeechletV2Adapter.onLaunch(SpeechletRequestEnvelope<LaunchRequest> requestEnvelope) |
Copyright © 2016. All rights reserved.