| Package | Description |
|---|---|
| com.amazon.speech.speechlet.interfaces.display.template |
Contains classes that define templates that can be rendered to a display.
|
| Modifier and Type | Method and Description |
|---|---|
Template.BackButtonBehavior |
Template.getBackButtonBehavior()
Returns whether the template should allow the user to return to the previous template.
|
static Template.BackButtonBehavior |
Template.BackButtonBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Template.BackButtonBehavior[] |
Template.BackButtonBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Template.setBackButtonBehavior(Template.BackButtonBehavior backButtonBehavior)
Sets whether the template should allow the user to return to the previous template.
|
Copyright © 2017. All rights reserved.