public class TextMessage extends Message
Message which contains text.quickReplies| Constructor and Description |
|---|
TextMessage(String text)
Instantiates a new TextMessage.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getText()
Gets the
text. |
int |
hashCode() |
void |
setText(String text)
Sets the
text. |
String |
toString() |
getQuickReplies, setQuickRepliesCopyright © 2017 BotMill. All rights reserved.