Interface ChatBotProvider
-
- All Known Subinterfaces:
BotChatClosedEvent
,BotChatRecategorizedEvent
,BotChatRequeuedEvent
,BotChatRoutedEvent
,BotChatSession
,BotOutgoingChatStepSentEvent
public interface ChatBotProvider
Represents an object, that has a chatbot- Since:
- 12.23
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChatBot
getChatBot()
Returns the chatbot
-
-
-
Method Detail
-
getChatBot
ChatBot getChatBot()
Returns the chatbot- Returns:
- the chatbot object
- Since:
- 12.23
-
-