public interface RequestDispatcher
| Modifier and Type | Method and Description |
|---|---|
Optional<com.amazon.ask.model.Response> |
dispatch(HandlerInput input)
Dispatches an incoming request to the appropriate request handler and returns the output
|
Optional<com.amazon.ask.model.Response> dispatch(HandlerInput input) throws AskSdkException
input - input to the dispatcher containing incoming request and other contextAskSdkException - when an exception occurs during request processingCopyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.