public MultiPlatformIntentHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
MultiPlatformIntentHandler.DefaultImpls |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(com.amazon.ask.dispatcher.request.handler.HandlerInput input) |
boolean |
canHandleAlexa(com.amazon.ask.dispatcher.request.handler.HandlerInput input) |
java.util.Optional<com.amazon.ask.model.Response> |
handle(com.amazon.ask.dispatcher.request.handler.HandlerInput input) |
java.util.Optional<com.amazon.ask.model.Response> |
handleAlexa(com.amazon.ask.dispatcher.request.handler.HandlerInput input) |
boolean canHandle(com.amazon.ask.dispatcher.request.handler.HandlerInput input)
java.util.Optional<com.amazon.ask.model.Response> handle(com.amazon.ask.dispatcher.request.handler.HandlerInput input)
boolean canHandleAlexa(com.amazon.ask.dispatcher.request.handler.HandlerInput input)
java.util.Optional<com.amazon.ask.model.Response> handleAlexa(com.amazon.ask.dispatcher.request.handler.HandlerInput input)