@FunctionalInterface
public interface AnnotatedRequestHandler
extends com.amazon.ask.dispatcher.request.handler.RequestHandler
IntentHandler
to implement requests.Modifier and Type | Method and Description |
---|---|
default boolean |
canHandle(com.amazon.ask.dispatcher.request.handler.HandlerInput handlerInput) |
default boolean canHandle(com.amazon.ask.dispatcher.request.handler.HandlerInput handlerInput)
canHandle
in interface com.amazon.ask.request.handler.GenericRequestHandler<com.amazon.ask.dispatcher.request.handler.HandlerInput,java.util.Optional<com.amazon.ask.model.Response>>