public interface ResponseInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
process(HandlerInput input,
Optional<com.amazon.ask.model.Response> response)
Intercept the output from the request handler after it is executed.
|
void process(HandlerInput input, Optional<com.amazon.ask.model.Response> response)
input - handler input containing the RequestEnvelope, AttributesManager,
ServiceClientFactory, ResponseBuilder,
and other utilities.response - an Optional that may contain a Response to be sent back by the skillCopyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.