Class ConnectorHelpersKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static MessengerConnectorMessage messenger(BotBusMockLog $self) The Messenger message if any.
      final static GAResponseConnectorMessage ga(BotBusMockLog $self) The Google Assistant message if any.
      final static SlackConnectorMessage slack(BotBusMockLog $self) The Slack message if any.
      final static AlexaMessage alexa(BotBusMockLog $self) The Alexa message if any.
      final static WhatsAppBotMessage whatsapp(BotBusMockLog $self) The WhatsApp message if any.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • messenger

         final static MessengerConnectorMessage messenger(BotBusMockLog $self)

        The Messenger message if any.

      • ga

         final static GAResponseConnectorMessage ga(BotBusMockLog $self)

        The Google Assistant message if any.

      • slack

         final static SlackConnectorMessage slack(BotBusMockLog $self)

        The Slack message if any.