Package | Description |
---|---|
com.amazon.ask.model | |
com.amazon.ask.model.ui | |
com.amazon.ask.response |
Modifier and Type | Method and Description |
---|---|
OutputSpeech |
Response.getOutputSpeech()
Get outputSpeech
|
Modifier and Type | Method and Description |
---|---|
Response.Builder |
Response.Builder.withOutputSpeech(OutputSpeech outputSpeech) |
Modifier and Type | Class and Description |
---|---|
class |
PlainTextOutputSpeech
PlainTextOutputSpeech
|
class |
SsmlOutputSpeech
SsmlOutputSpeech
|
Modifier and Type | Method and Description |
---|---|
OutputSpeech |
Reprompt.getOutputSpeech()
Get outputSpeech
|
Modifier and Type | Method and Description |
---|---|
Reprompt.Builder |
Reprompt.Builder.withOutputSpeech(OutputSpeech outputSpeech) |
Modifier and Type | Field and Description |
---|---|
protected OutputSpeech |
ResponseBuilder.speech
Output speech.
|
Copyright © 2023. All rights reserved.