public static class ResponseMessage.ResponseCard.Button extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getPostback()
Get a text sent back to API.AI or a URL to open.
|
String |
getText()
Get button text
|
void |
setPostback(String postback)
Set a text sent back to API.AI or a URL to open.
|
void |
setText(String text)
Set button text
|
public void setText(String text)
public String getText()
public void setPostback(String postback)
public String getPostback()
Copyright © 2017. All rights reserved.