Package | Description |
---|---|
com.amazon.ask.response.template |
Modifier and Type | Method and Description |
---|---|
static TemplateContentData.Builder |
TemplateContentData.builder()
Static method returns an instance of Builder class.
|
TemplateContentData.Builder |
TemplateContentData.Builder.withIdentifier(String identifier)
Adds identifier to template content data.
|
TemplateContentData.Builder |
TemplateContentData.Builder.withTemplateBaseDir(String templateBaseDir)
Adds template's base directory to template content data.
|
TemplateContentData.Builder |
TemplateContentData.Builder.withTemplateContent(byte[] templateContent)
Adds template content to template content data.
|
Copyright © 2023. All rights reserved.