Uses of Class
com.mypurecloud.sdk.v2.model.ReportingTurnAction
Packages that use ReportingTurnAction
-
Uses of ReportingTurnAction in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ReportingTurnActionModifier and TypeMethodDescriptionThe ID of the action in the bot flow.ReportingTurnAction.actionName(String actionName) The name of the action in the bot flow.ReportingTurnAction.actionNumber(Integer actionNumber) The number of the action in the bot flow.ReportingTurnAction.actionType(ReportingTurnAction.ActionTypeEnum actionType) ReportingTurnBotFlowInvocationEvent.getAction()ReportingTurn.getAskAction()Methods in com.mypurecloud.sdk.v2.model with parameters of type ReportingTurnActionModifier and TypeMethodDescriptionReportingTurnBotFlowInvocationEvent.action(ReportingTurnAction action) The action in which the event occurred.ReportingTurn.askAction(ReportingTurnAction askAction) The bot flow 'ask' action associated with this reporting turn (e.g.voidReportingTurnBotFlowInvocationEvent.setAction(ReportingTurnAction action) voidReportingTurn.setAskAction(ReportingTurnAction askAction)