public class UpdateDialogNodeOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateDialogNodeOptions.Builder
Builder.
|
static interface |
UpdateDialogNodeOptions.NewDigressIn
Whether this top-level dialog node can be digressed into.
|
static interface |
UpdateDialogNodeOptions.NewDigressOut
Whether this dialog node can be returned to after a digression.
|
static interface |
UpdateDialogNodeOptions.NewDigressOutSlots
Whether the user can digress to top-level nodes while filling out slots.
|
static interface |
UpdateDialogNodeOptions.NewEventName
How an `event_handler` node is processed.
|
static interface |
UpdateDialogNodeOptions.NodeType
How the dialog 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 |
newDigressIn()
Gets the newDigressIn.
|
java.lang.String |
newDigressOut()
Gets the newDigressOut.
|
java.lang.String |
newDigressOutSlots()
Gets the newDigressOutSlots.
|
java.lang.String |
newEventName()
Gets the newEventName.
|
java.util.Map |
newMetadata()
Gets the newMetadata.
|
DialogNodeNextStep |
newNextStep()
Gets the newNextStep.
|
DialogNodeOutput |
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 |
newUserLabel()
Gets the newUserLabel.
|
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.util.Map newContext()
public java.lang.String newPreviousSibling()
public java.lang.String newVariable()
public java.lang.String newUserLabel()
public java.util.Map newMetadata()
public java.lang.String newTitle()
public java.lang.String newDescription()
public java.lang.String newDigressOut()
public java.lang.String newEventName()
public java.lang.String newDigressOutSlots()
public DialogNodeNextStep newNextStep()
public java.lang.String newDigressIn()
public DialogNodeOutput newOutput()
public java.lang.String newParent()
public java.lang.String newDialogNode()