| Class | Description |
|---|---|
| ConfirmIntentDirective |
A Directive which a skill may return to indicate that the skill is asking the user to
confirm or deny the overall intent.
|
| ConfirmSlotDirective |
A Directive which a skill may return to indicate that the skill is asking the user to
confirm or deny a slot value.
|
| DelegateDirective |
A Directive which a skill may return to indicate that dialog management should be delegated
to Alexa, based on the required slots and confirmations configured in the Skill Builder.
|
| DialogDirective |
Abstract superclass for Dialog.* directives.
|
| DialogIntent |
Used by a skill to update the intent name and/or one or more slot values during a multi-turn dialog.
|
| DialogSlot |
Used by a skill to update the intent name and/or one or more slot values during a multi-turn
dialog.
|
| ElicitSlotDirective |
A Directive which a skill may return to indicate that the skill is requesting the user to
provide a value for a slot.
|
Copyright © 2017. All rights reserved.