data class AlexaConnectorCallback : ConnectorCallbackBase, SpeechletV2 (source)
The alexa connector callback.
alexaRequest |
The alexa raw request. val alexaRequest: SpeechletRequestEnvelope<*>? |
applicationId |
The application id. val applicationId: String |
exceptionThrown |
Called by ConnectorController.handle when an exception is thrown. fun exceptionThrown(event: Event, throwable: Throwable): Unit |
onIntent |
fun onIntent(requestEnvelope: SpeechletRequestEnvelope<IntentRequest>): SpeechletResponse? |
onLaunch |
fun onLaunch(requestEnvelope: SpeechletRequestEnvelope<LaunchRequest>): SpeechletResponse? |
onSessionEnded |
fun onSessionEnded(requestEnvelope: SpeechletRequestEnvelope<SessionEndedRequest>): Unit |
onSessionStarted |
fun onSessionStarted(requestEnvelope: SpeechletRequestEnvelope<SessionStartedRequest>): Unit |