Interface OutgoingMessengerConversationTypingStatus
-
- All Superinterfaces:
MessengerConversationTypingStatus
public interface OutgoingMessengerConversationTypingStatus extends MessengerConversationTypingStatus
Represents a typing status that is to be sent to an external source by aMessengerConnector
.- Since:
- 12.20
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.novomind.ecom.api.iagent.messenger.model.MessengerConversationTypingStatus
MessengerConversationTypingStatus.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getToId()
A unique identifier of the receiver / to of the typing status.java.lang.String
getToName()
The name of the receiver / to of the typing status.-
Methods inherited from interface com.novomind.ecom.api.iagent.messenger.model.MessengerConversationTypingStatus
getType
-
-
-
-
Method Detail
-
getToId
java.lang.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
java.lang.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
-
-