| Package | Description |
|---|---|
| com.amazon.speech.speechlet |
Contains classes used to represent the key elements used for a speech-enabled
web service.
|
| com.amazon.speech.ui |
Contains classes representing the user interface elements of an Alexa skill.
|
| Modifier and Type | Method and Description |
|---|---|
Card |
SpeechletResponse.getCard()
Returns the UI card associated with this response.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static SpeechletResponse |
SpeechletResponse.newTellResponse(OutputSpeech outputSpeech,
Card card)
Creates and returns a response intended to tell the user something, both in speech and with a
graphical card in the companion app.
|
void |
SpeechletResponse.setCard(Card card)
Sets the UI card associated with this response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinkAccountCard
A card that lets the user link their Alexa account with an account for your service.
|
class |
SimpleCard
A basic card that includes a title and a simple string as the content.
|
class |
StandardCard
A standard card that includes a title, a text content and an image.
|
Copyright © 2016. All rights reserved.