public class DialogNodesVisited
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
conditions |
protected java.lang.String |
dialogNode |
protected java.lang.String |
title |
Constructor and Description |
---|
DialogNodesVisited() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConditions()
Gets the conditions.
|
java.lang.String |
getDialogNode()
Gets the dialogNode.
|
java.lang.String |
getTitle()
Gets the title.
|
@SerializedName(value="dialog_node") protected java.lang.String dialogNode
protected java.lang.String title
protected java.lang.String conditions
public java.lang.String getDialogNode()
A dialog node that was triggered during processing of the input message.
public java.lang.String getTitle()
The title of the dialog node.
public java.lang.String getConditions()
The conditions that trigger the dialog node.