public class CreateDialogNode extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateDialogNode.Builder
Builder.
|
static interface |
CreateDialogNode.EventName
How an `event_handler` node is processed.
|
static interface |
CreateDialogNode.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.
|
CreateDialogNode.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.
|
equals, hashCode, toString
public CreateDialogNode.Builder newBuilder()
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 java.util.Map 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()