Interface AgentOutgoingChatStepSentEvent
-
- All Superinterfaces:
ChatEvent
,ChatProvider
,Event
,OutgoingChatStepInfo
,OutgoingChatStepSentEvent
,UserProvider
public interface AgentOutgoingChatStepSentEvent extends OutgoingChatStepSentEvent, UserProvider
This event is triggered asynchronously when an outgoing message chatstep has been sent by an agent.
- Since:
- 12.23
-
-
Method Summary
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
-
Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
-
Methods inherited from interface com.novomind.ecom.api.iagent.model.OutgoingChatStepInfo
getOutgoingChatStep
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
-