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

    Modifier and Type
    Method
    Description
    Returns the chatbot
  • Method Details

    • getChatBot

      ChatBot getChatBot()
      Returns the chatbot
      Returns:
      the chatbot object
      Since:
      12.23