public static class GoogleAssistantResponseMessages.ResponseBasicCard extends GoogleAssistantResponseMessages
| Modifier and Type | Class and Description |
|---|---|
static class |
GoogleAssistantResponseMessages.ResponseBasicCard.Button |
static class |
GoogleAssistantResponseMessages.ResponseBasicCard.OpenUrlAction |
GoogleAssistantResponseMessages.CardImage, GoogleAssistantResponseMessages.CardItem, GoogleAssistantResponseMessages.OptionInfo, GoogleAssistantResponseMessages.ResponseBasicCard, GoogleAssistantResponseMessages.ResponseCarouselCard, GoogleAssistantResponseMessages.ResponseChatBubble, GoogleAssistantResponseMessages.ResponseLinkOutChip, GoogleAssistantResponseMessages.ResponseListCard, GoogleAssistantResponseMessages.ResponseSuggestionChipsResponseMessage.MessageType, ResponseMessage.Platform, ResponseMessage.ResponseCard, ResponseMessage.ResponseImage, ResponseMessage.ResponsePayload, ResponseMessage.ResponseQuickReply, ResponseMessage.ResponseSpeech| Constructor and Description |
|---|
ResponseBasicCard() |
| Modifier and Type | Method and Description |
|---|---|
List<GoogleAssistantResponseMessages.ResponseBasicCard.Button> |
getButtons() |
String |
getFormattedText() |
GoogleAssistantResponseMessages.CardImage |
getImage() |
String |
getSubtitle() |
String |
getTitle() |
void |
setButtons(List<GoogleAssistantResponseMessages.ResponseBasicCard.Button> buttons) |
void |
setFormattedText(String formattedText) |
void |
setImage(GoogleAssistantResponseMessages.CardImage image) |
void |
setSubtitle(String subtitle) |
void |
setTitle(String title) |
public final String getTitle()
public final void setTitle(String title)
title - the title to setpublic final String getSubtitle()
public final void setSubtitle(String subtitle)
subtitle - the subtitle to setpublic final String getFormattedText()
public final void setFormattedText(String formattedText)
formattedText - the formattedText to setpublic final GoogleAssistantResponseMessages.CardImage getImage()
public final void setImage(GoogleAssistantResponseMessages.CardImage image)
image - the image to setpublic final List<GoogleAssistantResponseMessages.ResponseBasicCard.Button> getButtons()
public final void setButtons(List<GoogleAssistantResponseMessages.ResponseBasicCard.Button> buttons)
buttons - the buttons to setCopyright © 2017. All rights reserved.