public class TurnEventNodeSource
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
TurnEventNodeSource.Type
The type of turn event.
|
Modifier and Type | Method and Description |
---|---|
String |
getCondition()
Gets the condition.
|
String |
getDialogNode()
Gets the dialogNode.
|
String |
getTitle()
Gets the title.
|
String |
getType()
Gets the type.
|
public String getType()
The type of turn event.
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 getCondition()
The condition that triggered the dialog node.
Copyright © 2023 IBM Cloud. All rights reserved.