public class CreateDialogNodeOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateDialogNodeOptions.Builder
Builder.
|
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 |
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.
|
java.util.Map |
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 |
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 parent()
public java.util.Map metadata()
public java.lang.String description()
public java.lang.String nodeType()
public java.lang.String title()
public java.util.Map output()
public DialogNodeNextStep nextStep()
public java.lang.String variable()
public java.util.Map context()
public java.lang.String eventName()
public java.lang.String previousSibling()
public java.lang.String conditions()
public java.util.List<DialogNodeAction> actions()
public java.lang.String dialogNode()