Package com.linecorp.bot.model.message
Class TextMessage
java.lang.Object
com.linecorp.bot.model.message.TextMessage
- All Implemented Interfaces:
Message
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static class
-
Constructor Summary
ConstructorDescriptionTextMessage
(@NonNull String text, QuickReply quickReply) TextMessage
(String text) Constructor withoutquickReply
parameter. -
Method Summary
-
Constructor Details
-
TextMessage
Constructor withoutquickReply
parameter.If you want use
QuickReply
, please usebuilder()
instead. -
TextMessage
-
-
Method Details
-
builder
-
toBuilder
-
getText
-
getQuickReply
- Specified by:
getQuickReply
in interfaceMessage
-
getSender
-
getEmojis
One or more LINE emoji.Max: 20 LINE emoji
-
equals
-
hashCode
public int hashCode() -
toString
-