Uses of Class
com.mypurecloud.sdk.v2.model.TextBotFlowOutcome
Packages that use TextBotFlowOutcome
-
Uses of TextBotFlowOutcome in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotFlowOutcomeModifier and TypeMethodDescriptionThe timestamp for when the Flow Outcome finished.The timestamp for when the Flow Outcome began.TextBotFlowOutcome.milestones(List<TextBotFlowMilestone> milestones) The Flow Milestones for the Flow Outcome.The Flow Outcome ID.TextBotFlowOutcome.outcomeValue(TextBotFlowOutcome.OutcomeValueEnum outcomeValue) The value of the FlowOutcome.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type TextBotFlowOutcomeModifier and TypeMethodDescriptionTextBotDisconnectAction.getFlowOutcomes()TextBotExitAction.getFlowOutcomes()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type TextBotFlowOutcomeModifier and TypeMethodDescriptionTextBotDisconnectAction.flowOutcomes(List<TextBotFlowOutcome> flowOutcomes) The list of Flow Outcomes for the bot flow and their details.TextBotExitAction.flowOutcomes(List<TextBotFlowOutcome> flowOutcomes) The list of Flow Outcomes for the bot flow and their details.voidTextBotDisconnectAction.setFlowOutcomes(List<TextBotFlowOutcome> flowOutcomes) voidTextBotExitAction.setFlowOutcomes(List<TextBotFlowOutcome> flowOutcomes)