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