public class ConfirmSlotDirective extends DialogDirective
ConfirmationStatus.CONFIRMED for that slot; if the user denies
the value, the confirmationStatus will be
ConfirmationStatus.DENIED.| Constructor and Description |
|---|
ConfirmSlotDirective() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSlotToConfirm()
Get the name of the slot that the user is being request to confirm.
|
void |
setSlotToConfirm(String slotToConfirm)
Set the name of the slot that the user is being requested to confirm.
|
getUpdatedIntent, setUpdatedIntentpublic void setSlotToConfirm(String slotToConfirm)
slotToConfirm - the slot to confirmpublic String getSlotToConfirm()
Copyright © 2017. All rights reserved.