public class DialogNode extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
DialogNode.DigressIn
Whether this top-level dialog node can be digressed into.
|
static interface |
DialogNode.DigressOut
Whether this dialog node can be returned to after a digression.
|
static interface |
DialogNode.DigressOutSlots
Whether the user can digress to top-level nodes while filling out slots.
|
static interface |
DialogNode.EventName
How an `event_handler` node is processed.
|
static interface |
DialogNode.NodeType
How 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 |
getDigressIn()
Gets the digressIn.
|
java.lang.String |
getDigressOut()
Gets the digressOut.
|
java.lang.String |
getDigressOutSlots()
Gets the digressOutSlots.
|
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.
|
DialogNodeOutput |
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 |
getUserLabel()
Gets the userLabel.
|
java.lang.String |
getVariable()
Gets the variable.
|
equals, hashCode, toString
public 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 DialogNodeOutput 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()
public java.lang.String getDigressIn()
public java.lang.String getDigressOut()
public java.lang.String getDigressOutSlots()
public java.lang.String getUserLabel()