Class OldWebMessage

  • All Implemented Interfaces:
    ai.tock.bot.connector.ConnectorMessage , ai.tock.bot.connector.ConnectorMessageProvider , ai.tock.bot.connector.SerializableConnectorMessage , ai.tock.bot.connector.web.WebConnectorMessage

    @Deprecated(message = "Use the new WebMessage implementation v1") 
    public final class OldWebMessage
     implements WebConnectorMessage
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ConnectorType getConnectorType()
      final String getText()
      final List<WebButton> getButtons()
      final MediaCard getCard()
      final MediaCarousel getCarousel()
      GenericMessage toGenericMessage()
      • Methods inherited from class ai.tock.bot.connector.ConnectorMessage

        obfuscate, toConnectorMessage
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait