| Package | Description |
|---|---|
| com.amazon.ask.dispatcher.request.handler | |
| com.amazon.ask.exception.template | |
| com.amazon.ask.response.template | |
| com.amazon.ask.response.template.impl |
| Modifier and Type | Method and Description |
|---|---|
Optional<Response> |
HandlerInput.generateTemplateResponse(String responseTemplateName,
Map<String,Object> dataMap)
Generate
Response using skill response template and injecting data. |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateLoaderException
Exception thrown when an exception is encountered while
TemplateLoader is loading template. |
class |
TemplateRendererException
Exception thrown when an exception is encountered while
TemplateRenderer is rendering template. |
| Modifier and Type | Method and Description |
|---|---|
Output |
TemplateFactory.processTemplate(String responseTemplateName,
Map<String,Object> dataMap,
Input input)
Process response template and data to generate skill response.
|
| Modifier and Type | Method and Description |
|---|---|
Output |
BaseTemplateFactory.processTemplate(String responseTemplateName,
Map<String,Object> dataMap,
Input input)
Process response template and data to generate skill response.
|
Copyright © 2023. All rights reserved.