public class CreateDialogNodeOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateDialogNodeOptions.Builder
Builder.
|
static interface |
CreateDialogNodeOptions.DigressIn
Whether this top-level dialog node can be digressed into.
|
static interface |
CreateDialogNodeOptions.DigressOut
Whether this dialog node can be returned to after a digression.
|
static interface |
CreateDialogNodeOptions.DigressOutSlots
Whether the user can digress to top-level nodes while filling out slots.
|
static interface |
CreateDialogNodeOptions.EventName
How an `event_handler` node is processed.
|
static interface |
CreateDialogNodeOptions.NodeType
How the dialog node is processed.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DialogNodeAction> |
actions()
Gets the actions.
|
java.lang.String |
conditions()
Gets the conditions.
|
java.util.Map |
context()
Gets the context.
|
java.lang.String |
description()
Gets the description.
|
java.lang.String |
dialogNode()
Gets the dialogNode.
|
java.lang.String |
digressIn()
Gets the digressIn.
|
java.lang.String |
digressOut()
Gets the digressOut.
|
java.lang.String |
digressOutSlots()
Gets the digressOutSlots.
|
java.lang.String |
eventName()
Gets the eventName.
|
java.util.Map |
metadata()
Gets the metadata.
|
CreateDialogNodeOptions.Builder |
newBuilder()
New builder.
|
DialogNodeNextStep |
nextStep()
Gets the nextStep.
|
java.lang.String |
nodeType()
Gets the nodeType.
|
DialogNodeOutput |
output()
Gets the output.
|
java.lang.String |
parent()
Gets the parent.
|
java.lang.String |
previousSibling()
Gets the previousSibling.
|
java.lang.String |
title()
Gets the title.
|
java.lang.String |
userLabel()
Gets the userLabel.
|
java.lang.String |
variable()
Gets the variable.
|
java.lang.String |
workspaceId()
Gets the workspaceId.
|
equals, hashCode, toString
public CreateDialogNodeOptions.Builder newBuilder()
public java.lang.String workspaceId()
public java.lang.String dialogNode()
public java.lang.String description()
public java.lang.String conditions()
public java.lang.String parent()
public java.lang.String previousSibling()
public DialogNodeOutput output()
public java.util.Map context()
public java.util.Map metadata()
public DialogNodeNextStep nextStep()
public java.util.List<DialogNodeAction> actions()
public java.lang.String title()
public java.lang.String nodeType()
public java.lang.String eventName()
public java.lang.String variable()
public java.lang.String digressIn()
public java.lang.String digressOut()
public java.lang.String digressOutSlots()
public java.lang.String userLabel()