public interface SpeechletRequestEnvelopeVerifier
SpeechletRequestEnvelopes from the devices.| Modifier and Type | Method and Description |
|---|---|
boolean |
verify(SpeechletRequestEnvelope<?> speechletRequestEnvelope)
Verifies a
SpeechletRequest within the context of the Session in which it was
received. |
boolean verify(SpeechletRequestEnvelope<?> speechletRequestEnvelope)
SpeechletRequest within the context of the Session in which it was
received. Returns true if the verify succeeded, false otherwise.speechletRequestEnvelope - the speechlet request envelope to verifyCopyright © 2016. All rights reserved.