Class DialogNodeVisitedDetails
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.DialogNodeVisitedDetails
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DialogNodeVisitedDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
DialogNodeVisitedDetails.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DialogNodeVisitedDetails.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
conditions()
Gets the conditions.String
dialogNode()
Gets the dialogNode.DialogNodeVisitedDetails.Builder
newBuilder()
New builder.String
title()
Gets the title.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a DialogNodeVisitedDetails builder
-
dialogNode
Gets the dialogNode.The unique ID of a dialog node that was triggered during processing of the input message.
- Returns:
- the dialogNode
-
title
Gets the title.The title of the dialog node.
- Returns:
- the title
-
conditions
Gets the conditions.The conditions that trigger the dialog node.
- Returns:
- the conditions
-