| Interface | Description |
|---|---|
| AlexaSkillBuilder<Request,Response> |
FunctionalInterface to create AlexaSkill. |
| SkillBuilderProvider |
FunctionalInterface to create a SkillBuilder. |
| Class | Description |
|---|---|
| DefaultAlexaSkillBuilder |
Creates
AlexaSkill by adding request and exception handlers ((RequestHandler, ExceptionHandler beans) and interceptor beans (RequestInterceptor and ResponseInterceptor). |
| MissingAlexaSkillConfigurationSkillFactory |
Creates an Alexa Skill only if no AlexaSkillConfiguration is present.
|
| StandardSkillBuilderProvider |
Creates a builder used to construct a new
Skill using the default
com.amazon.ask.attributes.persistence.impl.DynamoDbPersistenceAdapter
and com.amazon.ask.services.ApacheHttpApiClient. |
| StandardSkillFactory |
Creates an
AlexaSkill if no other alexa skills beans are present. |
Classes related to building AlexaSkill