public class ConfirmIntentDirective extends DialogDirective
ConfirmationStatus.CONFIRMED for the intent; if the user denies
the value, the confirmationStatus will be
ConfirmationStatus.DENIED.
When a user confirms the intent, it is expected that the skill will then try to fulfill the
intent. When a user denies the intent, or the user confirms the intent but the skill is unable
to fulfill it, the skill may either end the session or give the
user the opportunity to (re-)confirm or change one or more slot values via a sequence of
ConfirmSlotDirective and/or ElicitSlotDirective. In this case, the skill
should use DialogDirective.setUpdatedIntent(com.amazon.speech.speechlet.dialog.directives.DialogIntent) to clear any values or confirmation statuses as
necessary.| Constructor and Description |
|---|
ConfirmIntentDirective() |
getUpdatedIntent, setUpdatedIntentCopyright © 2017. All rights reserved.