public class DialogNodeVisited
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
String |
getConditions()
Gets the conditions.
|
String |
getDialogNode()
Gets the dialogNode.
|
String |
getTitle()
Gets the title.
|
public String getDialogNode()
A dialog node that was visited during processing of the input message.
public String getTitle()
The title of the dialog node.
public String getConditions()
The conditions that trigger the dialog node.
Copyright © 2024 IBM Cloud. All rights reserved.