Class AlexaConnectorCallback

  • All Implemented Interfaces:
    ai.tock.bot.connector.ConnectorCallback , com.amazon.speech.speechlet.SpeechletV2

    
    public final class AlexaConnectorCallback
    extends ConnectorCallbackBase implements SpeechletV2
                        

    The alexa connector callback.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final SpeechletRequestEnvelope<?> getAlexaRequest()
      String getApplicationId()
      Unit exceptionThrown(Event event, Throwable throwable)
      Unit onSessionStarted(SpeechletRequestEnvelope<SessionStartedRequest> requestEnvelope)
      Unit onSessionEnded(SpeechletRequestEnvelope<SessionEndedRequest> requestEnvelope)
      SpeechletResponse onIntent(SpeechletRequestEnvelope<IntentRequest> requestEnvelope)
      SpeechletResponse onLaunch(SpeechletRequestEnvelope<LaunchRequest> requestEnvelope)
      • Methods inherited from class ai.tock.bot.connector.ConnectorCallbackBase

        eventAnswered, eventSkipped, getConnectorType, userLockReleased, userLocked
      • Methods inherited from class java.lang.Object

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