public class MessageOutputDebugTurnEvent
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Classes which extend this class: - MessageOutputDebugTurnEventTurnEventActionVisited - MessageOutputDebugTurnEventTurnEventActionFinished - MessageOutputDebugTurnEventTurnEventStepVisited - MessageOutputDebugTurnEventTurnEventStepAnswered - MessageOutputDebugTurnEventTurnEventHandlerVisited - MessageOutputDebugTurnEventTurnEventCallout - MessageOutputDebugTurnEventTurnEventSearch - MessageOutputDebugTurnEventTurnEventNodeVisited
Modifier and Type | Class and Description |
---|---|
static interface |
MessageOutputDebugTurnEvent.ConditionType
The type of condition (if any) that is defined for the action.
|
static interface |
MessageOutputDebugTurnEvent.Reason
The reason the action was visited.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionStartTime()
Gets the actionStartTime.
|
Map<String,Object> |
getActionVariables()
Gets the actionVariables.
|
TurnEventCalloutCallout |
getCallout()
Gets the callout.
|
String |
getConditionType()
Gets the conditionType.
|
String |
getEvent()
Gets the event.
|
String |
getReason()
Gets the reason.
|
String |
getResultVariable()
Gets the resultVariable.
|
Boolean |
isHasQuestion()
Gets the hasQuestion.
|
Boolean |
isPrompted()
Gets the prompted.
|
public String getEvent()
The type of turn event.
public String getActionStartTime()
The time when the action started processing the message.
public String getConditionType()
The type of condition (if any) that is defined for the action.
public String getReason()
The reason the action was visited.
public String getResultVariable()
The variable where the result of the call to the action is stored. Included only if **reason**=`subaction_return`.
public Map<String,Object> getActionVariables()
The state of all action variables at the time the action finished.
public Boolean isHasQuestion()
Whether the step collects a customer response.
public Boolean isPrompted()
Whether the step was answered in response to a prompt from the assistant. If this property is `false`, the user provided the answer without visiting the step.
public TurnEventCalloutCallout getCallout()
Copyright © 2024 IBM Cloud. All rights reserved.