public class TurnEventStepSource
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
TurnEventStepSource.Type
The type of turn event.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Gets the action.
|
String |
getActionTitle()
Gets the actionTitle.
|
String |
getStep()
Gets the step.
|
String |
getType()
Gets the type.
|
Boolean |
isIsAiGuided()
Gets the isAiGuided.
|
Boolean |
isIsSkillBased()
Gets the isSkillBased.
|
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 getStep()
A step that was visited during processing of the message.
public Boolean isIsAiGuided()
Whether the action that the turn event was generated from is an AI-guided action.
public Boolean isIsSkillBased()
Whether the action that the turn event was generated from is a skill-guided action.
Copyright © 2025 IBM Cloud. All rights reserved.