Package 

Class AlexaInputMessage

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

    
    public final class AlexaInputMessage
     implements ConnectorMessage
                        

    The user message sent by Alexa.

    • Method Summary

      Modifier and Type Method Description
      GenericMessage toGenericMessage()
      final String component1()
      final AlexaInputMessage copy(String intentRequest)
      ConnectorType getConnectorType()
      final String getIntentRequest() The Alexa IntentRequest json serialized.
      • Methods inherited from class ai.tock.bot.connector.ConnectorMessageProvider

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

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

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