Interface OutgoingMessengerMessageInfo
- All Superinterfaces:
ChatProvider
- All Known Subinterfaces:
OutgoingMessengerAudioDataMessageInfo
,OutgoingMessengerFileDataMessageInfo
,OutgoingMessengerImageDataMessageInfo
,OutgoingMessengerRawMessageInfo
,OutgoingMessengerTextMessageInfo
,OutgoingMessengerVideoDataMessageInfo
An
OutgoingMessengerMessageInfo
object provides information about an OutgoingMessengerMessage
.- Since:
- 12.20
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
-
Method Details
-
getOutgoingMessengerAccount
MessengerAccount getOutgoingMessengerAccount()- Returns:
- the outgoing messenger account of the message.
- Since:
- 12.20
-
getOutgoingChatChannel
ChatChannel getOutgoingChatChannel()- Returns:
- the outgoing chat channel of the message.
- Since:
- 12.20
-
getSendingUser
- Returns:
- the user, that sent the message. If the message has been sent automatically, the user will not be available.
- Since:
- 12.20
-