Interface BotChatRoutedEvent
-
- All Superinterfaces:
ChatBotProvider
,ChatEvent
,ChatProvider
,ChatRoutedEvent
,ChatStateChangedEvent
,Event
public interface BotChatRoutedEvent extends ChatRoutedEvent, ChatBotProvider
This event is triggered when a chat has been routed to a bot.
- Since:
- 12.29
-
-
Method Summary
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.ChatBotProvider
getChatBot
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
-
Methods inherited from interface com.novomind.ecom.api.iagent.routing.event.ChatRoutedEvent
getChatState, getPreviousChatState
-
Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
-
-