public abstract class DialogDirective extends Directive
| Constructor and Description |
|---|
DialogDirective() |
| Modifier and Type | Method and Description |
|---|---|
DialogIntent |
getUpdatedIntent()
Get the updated intent object to use in subsequent turns of the dialog.
|
void |
setUpdatedIntent(DialogIntent updatedIntent)
Provide an updated intent object to use in subsequent turns of the dialog.
|
public DialogIntent getUpdatedIntent()
public void setUpdatedIntent(DialogIntent updatedIntent)
updatedIntent - the updated intentCopyright © 2017. All rights reserved.