Interface PlatformConversationHandler
-
public interface PlatformConversationHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
createConversationMessage(String conversationId, String sendingUserId, String receivingUserId, String messageContent, String templateMessageCode, String templateLanguage, boolean stickyMessage, String actionInstanceId)
void
deleteActionInstanceMessages(String actionInstanceId)
-
-
-
Method Detail
-
createConversationMessage
void createConversationMessage(String conversationId, String sendingUserId, String receivingUserId, String messageContent, String templateMessageCode, String templateLanguage, boolean stickyMessage, String actionInstanceId)
-
deleteActionInstanceMessages
void deleteActionInstanceMessages(String actionInstanceId)
-
-