public abstract class AlexaRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
expectsResponse() |
static String |
generateRequestId() |
AlexaSession |
getSession() |
abstract com.amazon.speech.speechlet.SpeechletRequest |
getSpeechletRequest() |
public static String generateRequestId()
public AlexaSession getSession()
public abstract com.amazon.speech.speechlet.SpeechletRequest getSpeechletRequest()
public abstract boolean expectsResponse()
Copyright © 2018. All rights reserved.