Package 

Class AlexaMessage

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

    
    public final class AlexaMessage
     implements ConnectorMessage
                        

    An alexa message.

    • Method Summary

      Modifier and Type Method Description
      GenericMessage toGenericMessage()
      final Boolean component1()
      final Card component2()
      final String component3()
      final AlexaMessage copy(Boolean end, Card card, String reprompt)
      ConnectorType getConnectorType()
      final Boolean getEnd() Does Alexa has to quit the skill?
      final Card getCard() Is there a card to send?
      final String getReprompt() Is there a reprompt?
      • Methods inherited from class ai.tock.bot.connector.ConnectorMessageProvider

        equals, hashCode, toString
      • Methods inherited from class ai.tock.bot.connector.alexa.AlexaMessage

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

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