| 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 |
|---|---|
Reprompt |
SpeechletResponse.getReprompt()
Returns the reprompt associated with this response.
|
| Modifier and Type | Method and Description |
|---|---|
static SpeechletResponse |
SpeechletResponse.newAskResponse(OutputSpeech outputSpeech,
Reprompt reprompt)
Creates and returns a response intended to ask the user a question.
|
static SpeechletResponse |
SpeechletResponse.newAskResponse(OutputSpeech outputSpeech,
Reprompt reprompt,
Card card)
Creates and returns a response intended to ask the user a question, both in speech and with a
graphical card displayed in the companion app.
|
void |
SpeechletResponse.setReprompt(Reprompt reprompt)
Sets the reprompt associated with this response.
|
Copyright © 2016. All rights reserved.