Interface ICustomChannelBaseEvent
-
- All Known Implementing Classes:
CustomChannelBaseEvent,NotifyAttributeCollectedRequest,NotifyNewMessageRequest,NotifyQuickReplySelectedRequest
public interface ICustomChannelBaseEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomChannelContactgetContact()java.lang.StringgetEventId()java.lang.StringgetExternalConversationId()
-
-
-
Method Detail
-
getEventId
java.lang.String getEventId()
-
getExternalConversationId
java.lang.String getExternalConversationId()
-
getContact
CustomChannelContact getContact()
-
-