public interface AudioPlayer
| Modifier and Type | Method and Description |
|---|---|
SpeechletResponse |
onPlaybackFailed(SpeechletRequestEnvelope<PlaybackFailedRequest> requestEnvelope)
Entry point for handling an AudioPlayer failure event.
|
SpeechletResponse |
onPlaybackFinished(SpeechletRequestEnvelope<PlaybackFinishedRequest> requestEnvelope)
Entry point for handling an AudioPlayer playback finished event.
|
SpeechletResponse |
onPlaybackNearlyFinished(SpeechletRequestEnvelope<PlaybackNearlyFinishedRequest> requestEnvelope)
Entry point for handling an AudioPlayer playback nearly finished event.
|
SpeechletResponse |
onPlaybackStarted(SpeechletRequestEnvelope<PlaybackStartedRequest> requestEnvelope)
Entry point for handling an AudioPlayer playback started event.
|
SpeechletResponse |
onPlaybackStopped(SpeechletRequestEnvelope<PlaybackStoppedRequest> requestEnvelope)
Entry point for handling an AudioPlayer playback stopped event.
|
SpeechletResponse onPlaybackFailed(SpeechletRequestEnvelope<PlaybackFailedRequest> requestEnvelope)
requestEnvelope - the request envelope containing the playback failed request to handleSpeechletResponse onPlaybackFinished(SpeechletRequestEnvelope<PlaybackFinishedRequest> requestEnvelope)
requestEnvelope - the request envelope containing the playback finished request to handleSpeechletResponse onPlaybackNearlyFinished(SpeechletRequestEnvelope<PlaybackNearlyFinishedRequest> requestEnvelope)
requestEnvelope - the request envelope containing the playback nearly failed request to handleSpeechletResponse onPlaybackStarted(SpeechletRequestEnvelope<PlaybackStartedRequest> requestEnvelope)
requestEnvelope - the request envelope containing the playback nearly failed request to handleSpeechletResponse onPlaybackStopped(SpeechletRequestEnvelope<PlaybackStoppedRequest> requestEnvelope)
requestEnvelope - the request envelope containing the playback nearly failed request to handleCopyright © 2016. All rights reserved.