Package 

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.

    • Method Summary

      Modifier and Type Method Description
      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)
      final String component1()
      final AlexaConnectorCallback copy(String applicationId, ConnectorController controller, AlexaTockMapper alexaTockMapper, RoutingContext context, List<AlexaConnectorCallback.ActionWithDelay> actions)
      final SpeechletRequestEnvelope<?> getAlexaRequest()
      String getApplicationId()
      final ConnectorType getConnectorType()
      • Methods inherited from class ai.tock.bot.connector.ConnectorCallback

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

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

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