Package | Description |
---|---|
com.amazon.ask | |
com.amazon.ask.dispatcher | |
com.amazon.ask.dispatcher.impl | |
com.amazon.ask.request.dispatcher.impl |
Modifier and Type | Field and Description |
---|---|
protected GenericRequestDispatcher<HandlerInput,Optional<Response>> |
CustomSkill.requestDispatcher
Request Dispatcher.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RequestDispatcher
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRequestDispatcher
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseRequestDispatcher<Input,Output>
This implementation routes incoming requests to a
GenericRequestMapper to find a GenericRequestHandlerChain . |
Modifier and Type | Method and Description |
---|---|
GenericRequestDispatcher<Input,Output> |
BaseRequestDispatcher.Builder.build()
Builder method to build an instance of BaseRequestDispatcher.
|
Copyright © 2023. All rights reserved.