public class UpdateDialogNodeOptions
extends com.ibm.cloud.sdk.core.service.model.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<java.lang.String,java.lang.Object> |
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<java.lang.String,java.lang.Object> |
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.
|
public UpdateDialogNodeOptions.Builder newBuilder()
public java.lang.String workspaceId()
public java.lang.String dialogNode()
public java.lang.String newDialogNode()
public java.lang.String newDescription()
public java.lang.String newConditions()
public java.lang.String newParent()
public java.lang.String newPreviousSibling()
public DialogNodeOutput newOutput()
public java.util.Map<java.lang.String,java.lang.Object> newContext()
public java.util.Map<java.lang.String,java.lang.Object> newMetadata()
public DialogNodeNextStep newNextStep()
public java.lang.String newTitle()
public java.lang.String nodeType()
public java.lang.String newEventName()
public java.lang.String newVariable()
public java.util.List<DialogNodeAction> newActions()
public java.lang.String newDigressIn()
public java.lang.String newDigressOut()
public java.lang.String newDigressOutSlots()
public java.lang.String newUserLabel()