Interface OutgoingChatStepSentEvent
-
- All Superinterfaces:
ChatEvent
,ChatProvider
,Event
,OutgoingChatStepInfo
- All Known Subinterfaces:
AgentOutgoingChatStepSentEvent
,BotOutgoingChatStepSentEvent
,SystemOutgoingChatStepSentEvent
public interface OutgoingChatStepSentEvent extends ChatEvent, OutgoingChatStepInfo
This event is triggered asynchronously when an outgoing message chatstep has been sent.
- 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
-
-