public class UpdateDialogNodeOptions extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | UpdateDialogNodeOptions.BuilderBuilder. | 
| static interface  | UpdateDialogNodeOptions.NewDigressInWhether this top-level dialog node can be digressed into. | 
| static interface  | UpdateDialogNodeOptions.NewDigressOutWhether this dialog node can be returned to after a digression. | 
| static interface  | UpdateDialogNodeOptions.NewDigressOutSlotsWhether the user can digress to top-level nodes while filling out slots. | 
| static interface  | UpdateDialogNodeOptions.NewEventNameHow an `event_handler` node is processed. | 
| static interface  | UpdateDialogNodeOptions.NodeTypeHow 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. | 
| 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, toStringpublic 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.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 java.util.Map newOutput()
public java.lang.String newParent()
public java.lang.String newDialogNode()