public class DialogNodeNextStep extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
DialogNodeNextStep.Behavior
What happens after the dialog node completes. 
 | 
static interface  | 
DialogNodeNextStep.Selector
Which part of the dialog node to process next. 
 | 
| Constructor and Description | 
|---|
DialogNodeNextStep()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getBehavior()
Gets the behavior. 
 | 
java.lang.String | 
getDialogNode()
Gets the dialogNode. 
 | 
java.lang.String | 
getSelector()
Gets the selector. 
 | 
void | 
setBehavior(java.lang.String behavior)
Sets the behavior. 
 | 
void | 
setDialogNode(java.lang.String dialogNode)
Sets the dialogNode. 
 | 
void | 
setSelector(java.lang.String selector)
Sets the selector. 
 | 
equals, hashCode, toStringpublic java.lang.String getBehavior()
public java.lang.String getDialogNode()
public java.lang.String getSelector()
public void setBehavior(java.lang.String behavior)
behavior - the new behaviorpublic void setDialogNode(java.lang.String dialogNode)
dialogNode - the new dialogNodepublic void setSelector(java.lang.String selector)
selector - the new selector