| Interface and Description |
|---|
| com.amazon.speech.speechlet.verifier.SpeechletRequestVerifier
Please use
SpeechletRequestEnvelopeVerifier instead. This version cannot deal with
additional fields in the SpeechletRequestEnvelope. |
| Class and Description |
|---|
| com.amazon.speech.speechlet.verifier.ApplicationIdSpeechletRequestVerifier
Use
ApplicationIdSpeechletRequestEnvelopeVerifier instead. This version does not
look in the Context for applicationId. |
| com.amazon.speech.speechlet.authentication.ApplicationIdVerifier
Use
ApplicationIdSpeechletRequestVerifier instead of this class. |
| com.amazon.speech.speechlet.authentication.TimestampVerifier
Use
TimestampSpeechletRequestVerifier instead of this class. |
| Method and Description |
|---|
| com.amazon.speech.speechlet.SpeechletRequestHandler.handleSpeechletCall(Speechlet, byte[])
Please use
handleSpeechletCall(SpeechletV2, byte[]) instead. |
| Constructor and Description |
|---|
| com.amazon.speech.speechlet.SpeechletRequestHandler(List<SpeechletRequestVerifier>, List<SpeechletResponseVerifier>) |
| com.amazon.speech.speechlet.User(String)
use
User.builder() to construct new instances of this class |
Copyright © 2016. All rights reserved.