public interface SkillEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAccountLinked(SpeechletRequestEnvelope<AccountLinkedRequest> envelope) |
void |
onPermissionAccepted(SpeechletRequestEnvelope<PermissionAcceptedRequest> envelope) |
void |
onPermissionChanged(SpeechletRequestEnvelope<PermissionChangedRequest> envelope) |
void |
onSkillDisabled(SpeechletRequestEnvelope<SkillDisabledEventRequest> envelope) |
void |
onSkillEnabled(SpeechletRequestEnvelope<SkillEnabledEventRequest> envelope) |
void onSkillEnabled(SpeechletRequestEnvelope<SkillEnabledEventRequest> envelope)
void onSkillDisabled(SpeechletRequestEnvelope<SkillDisabledEventRequest> envelope)
void onPermissionAccepted(SpeechletRequestEnvelope<PermissionAcceptedRequest> envelope)
void onPermissionChanged(SpeechletRequestEnvelope<PermissionChangedRequest> envelope)
void onAccountLinked(SpeechletRequestEnvelope<AccountLinkedRequest> envelope)
Copyright © 2017. All rights reserved.