Interface OutgoingMessengerMessageReadStatusInfo
- All Superinterfaces:
ChatProvider
An
OutgoingMessengerMessageReadStatusInfo object provides information about an OutgoingMessengerMessageReadStatus.- Since:
- 12.20
-
Method Summary
Modifier and TypeMethodDescriptionReturns the outgoing chat channel of the read status.Returns the outgoing messenger account of the read status.Returns theOutgoingMessengerConversationReadStatus.Returns an Optional containing the user that sent the read status, or an empty Optional if the read status was sent automaticallyMethods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
-
Method Details
-
getOutgoingMessengerMessageReadStatus
OutgoingMessengerMessageReadStatus getOutgoingMessengerMessageReadStatus()Returns theOutgoingMessengerConversationReadStatus.- Returns:
- the
OutgoingMessengerConversationReadStatus - Since:
- 12.20
-
getOutgoingMessengerAccount
MessengerAccount getOutgoingMessengerAccount()Returns the outgoing messenger account of the read status.- Returns:
- the outgoing messenger account of the read status.
- Since:
- 12.20
-
getOutgoingChatChannel
ChatChannel getOutgoingChatChannel()Returns the outgoing chat channel of the read status.- Returns:
- the outgoing chat channel of the read status.
- Since:
- 12.20
-
getSendingUser
Returns an Optional containing the user that sent the read status, or an empty Optional if the read status was sent automatically- Returns:
- an Optional containing the user that sent the read status, or an empty Optional if the read status was sent automatically
- Since:
- 12.20
-