Interface MessengerTextMessage
-
- All Superinterfaces:
MessengerMessage
- All Known Subinterfaces:
IncomingMessengerTextMessage
,IncomingReceivedMessengerTextMessage
,IncomingSentMessengerTextMessage
,OutgoingMessengerTextMessage
,SentMessengerTextMessage
public interface MessengerTextMessage extends MessengerMessage
Represents a text messenger message that has been sent to or retrieved from an external source by aMessengerConnector
.- Since:
- 12.20
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getText()
The text of the messenger message as string.-
Methods inherited from interface com.novomind.ecom.api.iagent.messenger.model.MessengerMessage
getDate
-
-
-
-
Method Detail
-
getText
java.lang.String getText()
The text of the messenger message as string. The format is determined by theCustomChatChannel
in itsCustomChatChannelMessageFormat
.- Returns:
- the text of the messenger message as string
- Since:
- 12.20
-
-