public class UpdateDialogNodeOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateDialogNodeOptions.Builder
Builder.
|
static interface |
UpdateDialogNodeOptions.NewEventName
How an `event_handler` node is processed.
|
static interface |
UpdateDialogNodeOptions.NodeType
How the node is processed.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dialogNode()
Gets the dialogNode.
|
java.util.List<DialogNodeAction> |
newActions()
Gets the newActions.
|
UpdateDialogNodeOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
newConditions()
Gets the newConditions.
|
java.util.Map |
newContext()
Gets the newContext.
|
java.lang.String |
newDescription()
Gets the newDescription.
|
java.lang.String |
newDialogNode()
Gets the newDialogNode.
|
java.lang.String |
newEventName()
Gets the newEventName.
|
java.util.Map |
newMetadata()
Gets the newMetadata.
|
DialogNodeNextStep |
newNextStep()
Gets the newNextStep.
|
java.util.Map |
newOutput()
Gets the newOutput.
|
java.lang.String |
newParent()
Gets the newParent.
|
java.lang.String |
newPreviousSibling()
Gets the newPreviousSibling.
|
java.lang.String |
newTitle()
Gets the newTitle.
|
java.lang.String |
newVariable()
Gets the newVariable.
|
java.lang.String |
nodeType()
Gets the nodeType.
|
java.lang.String |
workspaceId()
Gets the workspaceId.
|
equals, hashCode, toString
public UpdateDialogNodeOptions.Builder newBuilder()
public java.lang.String workspaceId()
public java.lang.String dialogNode()
public java.lang.String nodeType()
public java.util.List<DialogNodeAction> newActions()
public java.lang.String newConditions()
public java.lang.String newPreviousSibling()
public java.util.Map newContext()
public java.lang.String newVariable()
public java.util.Map newMetadata()
public java.lang.String newTitle()
public java.lang.String newDescription()
public java.lang.String newEventName()
public DialogNodeNextStep newNextStep()
public java.util.Map newOutput()
public java.lang.String newParent()
public java.lang.String newDialogNode()