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.

    • 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 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?
      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