Uses of Class
com.mypurecloud.sdk.v2.model.TextBotExitAction
Packages that use TextBotExitAction
-
Uses of TextBotExitAction in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotExitActionModifier and TypeMethodDescriptionTextBotExitAction.activeIntent(String activeIntent) The active intent at the time of the exit.TextBotExitAction.flowLocation(TextBotFlowLocation flowLocation) Describes where in the Bot Flow the user was when the exit occurred.TextBotExitAction.flowOutcomes(List<TextBotFlowOutcome> flowOutcomes) The list of Flow Outcomes for the bot flow and their details.TextBotFlowTurnResponse.getNextActionExit()TextBotExitAction.outputData(TextBotInputOutputData outputData) The output data for the bot flow.TextBotExitAction.reason(TextBotExitAction.ReasonEnum reason) The reason for the exit.TextBotExitAction.reasonExtendedInfo(String reasonExtendedInfo) Extended information related to the reason, if available.Methods in com.mypurecloud.sdk.v2.model with parameters of type TextBotExitActionModifier and TypeMethodDescriptionTextBotFlowTurnResponse.nextActionExit(TextBotExitAction nextActionExit) The next action directive for this turn if it is an Exit type.voidTextBotFlowTurnResponse.setNextActionExit(TextBotExitAction nextActionExit)