public interface SubdialogState extends State
A SubdialogState
represents the execution of a separate
Dialog
, after which processing proceeds within the current
Dialog
based upon the logical outcome returned by the
EndState
of the subordinate dialog.
Modifier and Type | Method and Description |
---|---|
String |
getDialogName()
Return the name of the subordinate dialog to be executed
by this state.
|
findTransition, getDialog, getName, getTransitionOutcomes
String getDialogName()
Return the name of the subordinate dialog to be executed by this state.
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.