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
 
- 
Method Details
- 
getChatBot
ChatBot getChatBot()Returns the chatbot- Returns:
 - the chatbot object
 - Since:
 - 12.23
 
 
 -