Interface MessengerTextMessage
- All Superinterfaces:
MessengerMessage
- All Known Subinterfaces:
IncomingMessengerTextMessage,IncomingReceivedMessengerTextMessage,IncomingSentMessengerTextMessage,OutgoingMessengerTextMessage,SentMessengerTextMessage
Represents a text messenger message that has been sent to or retrieved from
an external source by a
MessengerConnector.- Since:
- 12.20
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.iagent.messenger.model.MessengerMessage
getDate
-
Method Details
-
getText
String getText()The text of the messenger message as string. The format is determined by theCustomChatChannelin itsCustomChatChannelMessageFormat.- Returns:
- the text of the messenger message as string
- Since:
- 12.20
-