public interface SpeechletResponseVerifier
SpeechletResponseEnvelope received from the Speechlets.| Modifier and Type | Method and Description |
|---|---|
boolean |
verify(SpeechletResponseEnvelope responseEnvelope,
Session session)
Verifies a
SpeechletResponseEnvelope within the context of the Session in
which it was received. |
boolean verify(SpeechletResponseEnvelope responseEnvelope, Session session)
SpeechletResponseEnvelope within the context of the Session in
which it was received. Returns true if the verify succeeded, false otherwise.responseEnvelope - SpeechletResponseEnvelope to verifysession - Session context within which to verify the callCopyright © 2016. All rights reserved.