public class SpeechletRequestVerifierWrapper extends Object implements SpeechletRequestEnvelopeVerifier
SpeechletRequestVerifier to fit the
SpeechletRequestEnvelopeVerifier interface.| Constructor and Description |
|---|
SpeechletRequestVerifierWrapper(SpeechletRequestVerifier v1Verifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
verify(SpeechletRequestEnvelope<?> speechletRequestEnvelope)
Verifies a
SpeechletRequest within the context of the Session in which it was
received. |
public SpeechletRequestVerifierWrapper(SpeechletRequestVerifier v1Verifier)
public boolean verify(SpeechletRequestEnvelope<?> speechletRequestEnvelope)
SpeechletRequestEnvelopeVerifierSpeechletRequest within the context of the Session in which it was
received. Returns true if the verify succeeded, false otherwise.verify in interface SpeechletRequestEnvelopeVerifierspeechletRequestEnvelope - the speechlet request envelope to verifyCopyright © 2016. All rights reserved.