| Package | Description |
|---|---|
| com.amazon.ask | |
| com.amazon.ask.attributes | |
| com.amazon.ask.builder | |
| com.amazon.ask.dispatcher.request.handler |
| Modifier and Type | Field and Description |
|---|---|
protected PersistenceAdapter |
Skill.persistenceAdapter |
| Modifier and Type | Field and Description |
|---|---|
protected PersistenceAdapter |
AttributesManager.persistenceAdapter |
| Modifier and Type | Method and Description |
|---|---|
AttributesManager.Builder |
AttributesManager.Builder.withPersistenceAdapter(PersistenceAdapter persistenceAdapter) |
| Constructor and Description |
|---|
AttributesManager(PersistenceAdapter persistenceAdapter,
com.amazon.ask.model.RequestEnvelope requestEnvelope) |
| Modifier and Type | Field and Description |
|---|---|
protected PersistenceAdapter |
SkillConfiguration.persistenceAdapter |
protected PersistenceAdapter |
CustomSkillBuilder.persistenceAdapter |
| Modifier and Type | Method and Description |
|---|---|
PersistenceAdapter |
SkillConfiguration.getPersistenceAdapter() |
| Modifier and Type | Method and Description |
|---|---|
SkillConfiguration.Builder |
SkillConfiguration.Builder.withPersistenceAdapter(PersistenceAdapter persistenceAdapter) |
CustomSkillBuilder |
CustomSkillBuilder.withPersistenceAdapter(PersistenceAdapter persistenceAdapter) |
| Constructor and Description |
|---|
SkillConfiguration(List<RequestMapper> requestMappers,
List<HandlerAdapter> handlerAdapters,
ExceptionMapper exceptionMapper,
PersistenceAdapter persistenceAdapter,
com.amazon.ask.model.services.ApiClient apiClient,
String customUserAgent,
String skillId) |
SkillConfiguration(List<RequestMapper> requestMappers,
List<HandlerAdapter> handlerAdapters,
List<RequestInterceptor> requestInterceptors,
List<ResponseInterceptor> responseInterceptors,
ExceptionMapper exceptionMapper,
PersistenceAdapter persistenceAdapter,
com.amazon.ask.model.services.ApiClient apiClient,
String customUserAgent,
String skillId) |
| Modifier and Type | Method and Description |
|---|---|
HandlerInput.Builder |
HandlerInput.Builder.withPersistenceAdapter(PersistenceAdapter persistenceAdapter) |
| Constructor and Description |
|---|
HandlerInput(com.amazon.ask.model.RequestEnvelope requestEnvelope,
PersistenceAdapter persistenceAdapter,
Object context,
com.amazon.ask.model.services.ServiceClientFactory serviceClientFactory) |
Copyright © 2018. All rights reserved.