| Package | Description |
|---|---|
| com.amazon.ask.localdebug.config | |
| com.amazon.ask.localdebug.type |
| Modifier and Type | Method and Description |
|---|---|
SkillHandlerType |
SkillInvokerConfiguration.getType()
Gets skill handler type.
|
| Modifier and Type | Method and Description |
|---|---|
static SkillHandlerType |
SkillHandlerType.getHandlerType(String typeName)
Gets the handler type name from SKILL_HANDLER_TYPE_MAP collection.
|
static SkillHandlerType |
SkillHandlerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkillHandlerType[] |
SkillHandlerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.