| Package | Description |
|---|---|
| com.amazon.ask | |
| com.amazon.ask.impl | |
| com.amazon.ask.request.impl | |
| com.amazon.ask.util | |
| com.amazon.ask.util.impl |
| Modifier and Type | Method and Description |
|---|---|
protected ResponseEnvelope |
CustomSkill.invoke(UnmarshalledRequest<RequestEnvelope> unmarshalledRequest,
Object context)
Invokes the dispatcher to handler the request envelope and construct the handler input.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Response |
AbstractSkill.invoke(UnmarshalledRequest<Request> unmarshalledRequest,
Object context)
Abstract method to kick off the request handling process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseUnmarshalledRequest<Type>
Default implementation of an
UnmarshalledRequest. |
| Modifier and Type | Method and Description |
|---|---|
Optional<UnmarshalledRequest<Type>> |
JsonUnmarshaller.unmarshall(byte[] in)
Abstract method to unmarshall a given byte array.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<UnmarshalledRequest<Type>> |
JacksonJsonUnmarshaller.unmarshall(byte[] in)
Abstract method to unmarshall a given byte array.
|
Optional<UnmarshalledRequest<Type>> |
NamespaceEnabledJacksonJsonUnmarshaller.unmarshall(byte[] in)
Abstract method to unmarshall a given byte array.
|
Copyright © 2023. All rights reserved.