public class TurnEventActionSource
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
TurnEventActionSource.Type
The type of turn event.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Gets the action.
|
String |
getActionTitle()
Gets the actionTitle.
|
String |
getCondition()
Gets the condition.
|
String |
getType()
Gets the type.
|
public String getType()
The type of turn event.
public String getAction()
An action that was visited during processing of the message.
public String getActionTitle()
The title of the action.
public String getCondition()
The condition that triggered the dialog node.
Copyright © 2023 IBM Cloud. All rights reserved.