public abstract class Card extends Object
Base class for cards to display in the companion application.
The common elements of all UI cards are laid out as follows:
SpeechletResponse.setCard(Card)| Constructor and Description |
|---|
Card() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle()
Returns the title for the UI card.
|
void |
setTitle(String title)
Sets the title for the UI card.
|
Copyright © 2016. All rights reserved.