| Package | Description |
|---|---|
| com.amazon.speech.speechlet.interfaces.display.directive |
Contains classes used to represent the directives returned by your Alexa skill relating to the
Display interface. |
| 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 |
RenderTemplateDirective.getTemplate()
Returns the template to be rendered by this directive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderTemplateDirective.setTemplate(Template template)
Sets the template to be rendered by this directive
|
| Modifier and Type | Class and Description |
|---|---|
class |
BodyTemplate1
This body template is comprised of the following elements:
An optional full-screen background image
A text field
An optional title
|
class |
BodyTemplate2
This body template is comprised of the following elements:
An optional full-screen background image
An image (rectangular, square)
A text field
An optional title
|
class |
BodyTemplate3
This body template is comprised of the following elements:
An optional full-screen background image
An image (rectangular, square)
A text field
An optional title
|
class |
BodyTemplate6
This body template is comprised of the following elements:
An optional full-screen background image
A text field overlay
|
class |
ListTemplate<T extends ListItem>
List templates contain a scrollable sequence of items with which a user may interact.
|
class |
ListTemplate1
This list template is comprised of the following elements:
An optional full-screen background image
A scrollable sequence of
ListTemplate1.ListItems
An optional title
|
class |
ListTemplate2
This list template is comprised of the following elements:
An optional full-screen background image
A scrollable sequence of
ListTemplate2.ListItems
An optional title
|
Copyright © 2017. All rights reserved.