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 SummaryConstructors Constructor Description DialogNodesVisited()
- 
Method SummaryModifier and Type Method Description StringgetConditions()Gets the conditions.StringgetDialogNode()Gets the dialogNode.StringgetTitle()Gets the title.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Constructor Details- 
DialogNodesVisitedpublic DialogNodesVisited()
 
- 
- 
Method Details- 
getDialogNodeGets the dialogNode.A dialog node that was triggered during processing of the input message. - Returns:
- the dialogNode
 
- 
getTitleGets the title.The title of the dialog node. - Returns:
- the title
 
- 
getConditionsGets the conditions.The conditions that trigger the dialog node. - Returns:
- the conditions
 
 
-