public class DialogNode extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | DialogNode.EventNameHow an `event_handler` node is processed. | 
| static interface  | DialogNode.NodeTypeHow the dialog node is processed. | 
| Constructor and Description | 
|---|
| DialogNode() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<DialogNodeAction> | getActions()Gets the actions. | 
| java.lang.String | getConditions()Gets the conditions. | 
| java.util.Map | getContext()Gets the context. | 
| java.util.Date | getCreated()Gets the created. | 
| java.lang.String | getDescription()Gets the description. | 
| java.lang.String | getDialogNodeId()Gets the dialogNodeId. | 
| java.lang.String | getEventName()Gets the eventName. | 
| java.util.Map | getMetadata()Gets the metadata. | 
| DialogNodeNextStep | getNextStep()Gets the nextStep. | 
| java.lang.String | getNodeType()Gets the nodeType. | 
| java.util.Map | getOutput()Gets the output. | 
| java.lang.String | getParent()Gets the parent. | 
| java.lang.String | getPreviousSibling()Gets the previousSibling. | 
| java.lang.String | getTitle()Gets the title. | 
| java.util.Date | getUpdated()Gets the updated. | 
| java.lang.String | getVariable()Gets the variable. | 
equals, hashCode, toStringpublic java.lang.String getDialogNodeId()
public java.lang.String getDescription()
public java.lang.String getConditions()
public java.lang.String getParent()
public java.lang.String getPreviousSibling()
public java.util.Map getOutput()
public java.util.Map getContext()
public java.util.Map getMetadata()
public DialogNodeNextStep getNextStep()
public java.util.Date getCreated()
public java.util.Date getUpdated()
public java.util.List<DialogNodeAction> getActions()
public java.lang.String getTitle()
public java.lang.String getNodeType()
public java.lang.String getEventName()
public java.lang.String getVariable()