Package io.micronaut.aws.alexa.builders
package io.micronaut.aws.alexa.builders
Classes related to building AlexaSkill
- Since:
- 2.0.0
- Author:
- sdelamo
-
ClassDescriptionAlexaSkillBuilder<Request,
Response> FunctionalInterface
to createAlexaSkill
.CreatesAlexaSkill
by adding request and exception handlers ((RequestHandler
,ExceptionHandler
beans) and interceptor beans (RequestInterceptor
andResponseInterceptor
).Creates an Alexa Skill only if no AlexaSkillConfiguration is present.FunctionalInterface
to create aSkillBuilder
.Creates a builder used to construct a newSkill
using the defaultDynamoDbPersistenceAdapter
andApacheHttpApiClient
.Creates anAlexaSkill
if no other alexa skills beans are present.