| Interface | Description |
|---|---|
| CustomSkillConfiguration |
Custom implementation of
SkillConfiguration. |
| GenericSkillConfiguration<Input,Output> |
Interface provides abstract methods to fetch properties common to various types of Skill Configuration.
|
| Class | Description |
|---|---|
| CustomSkillBuilder |
Builder used to construct a new
AlexaSkill without any additional modules. |
| SkillBuilder<T extends SkillBuilder<T>> |
Exposes a builder interface to add configuration to a Skill.
|
| SkillConfiguration |
Represents the configured used to build a
Skill instance. |
| SkillConfiguration.Builder |
Skill configuration Builder.
|
| StandardSkillBuilder |
Builder used to construct a new
Skill using the default DynamoDbPersistenceAdapter
and ApacheHttpApiClient. |
Copyright © 2023. All rights reserved.