Class DialogNodesVisited
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v2.model.DialogNodesVisited
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DialogNodesVisited
extends com.ibm.cloud.sdk.core.service.model.GenericModel
DialogNodesVisited.
-
Constructor Summary
Constructors Constructor Description DialogNodesVisited()
-
Method Summary
Modifier and Type Method Description String
getConditions()
Gets the conditions.String
getDialogNode()
Gets the dialogNode.String
getTitle()
Gets the title.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
DialogNodesVisited
public DialogNodesVisited()
-
-
Method Details
-
getDialogNode
Gets the dialogNode.A dialog node that was triggered during processing of the input message.
- Returns:
- the dialogNode
-
getTitle
Gets the title.The title of the dialog node.
- Returns:
- the title
-
getConditions
Gets the conditions.The conditions that trigger the dialog node.
- Returns:
- the conditions
-