ReplyButton

public interface ReplyButton implements Action

Display a button which may have an associated icon. If the button is selected integrating application should send OutboundMessage with the supplied text and postback.

Functions

Link copied to clipboard
public abstract String getDescription()

optional longer more descriptive text to display with the button.

Link copied to clipboard
public abstract Media getMedia()

optional media/image to display with the media.

Link copied to clipboard
public abstract String getPostback()

Postback to be sent as part of the OutboundMessage if the button is selected.

Link copied to clipboard
public abstract String getText()

Text to display on a button.