Interface OutgoingMessengerConversationTypingStatus
- All Superinterfaces:
MessengerConversationTypingStatus
public interface OutgoingMessengerConversationTypingStatus
extends MessengerConversationTypingStatus
Represents a typing status that is to be sent to an external source by a
MessengerConnector
.- Since:
- 12.20
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.novomind.ecom.api.iagent.messenger.model.MessengerConversationTypingStatus
MessengerConversationTypingStatus.Type
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.iagent.messenger.model.MessengerConversationTypingStatus
getType
-
Method Details
-
getToId
String getToId()A unique identifier of the receiver / to of the typing status.- Returns:
- the id of the receiver / to of the typing status
- Since:
- 12.20
-
getToName
String getToName()The name of the receiver / to of the typing status.- Returns:
- the name of the receiver / to of the typing status
- Since:
- 12.20
-