Output
- output type.public interface TemplateRenderer<Output>
Modifier and Type | Method and Description |
---|---|
Output |
render(TemplateContentData templateContentData,
Map<String,Object> dataMap)
Render template and data, and convert to skill response output.
|
Output render(TemplateContentData templateContentData, Map<String,Object> dataMap) throws TemplateRendererException
templateContentData
- TemplateContentData
that contains template contentdataMap
- map that contains injecting data to templateTemplateRendererException
- if fail to render and convert templateCopyright © 2023. All rights reserved.