Uses of Class
com.mypurecloud.sdk.v2.model.TextBotDisconnectAction
Packages that use TextBotDisconnectAction
-
Uses of TextBotDisconnectAction in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotDisconnectActionModifier and TypeMethodDescriptionTextBotDisconnectAction.flowLocation(TextBotFlowLocation flowLocation) Describes where in the Bot Flow the user was when the disconnect occurred.TextBotDisconnectAction.flowOutcomes(List<TextBotFlowOutcome> flowOutcomes) The list of Flow Outcomes for the bot flow and their details.TextBotFlowTurnResponse.getNextActionDisconnect()TextBotDisconnectAction.reason(TextBotDisconnectAction.ReasonEnum reason) The reason for the disconnect.TextBotDisconnectAction.reasonExtendedInfo(String reasonExtendedInfo) Extended information related to the reason, if available.Methods in com.mypurecloud.sdk.v2.model with parameters of type TextBotDisconnectActionModifier and TypeMethodDescriptionTextBotFlowTurnResponse.nextActionDisconnect(TextBotDisconnectAction nextActionDisconnect) The next action directive for this turn if it is a Disconnect type.voidTextBotFlowTurnResponse.setNextActionDisconnect(TextBotDisconnectAction nextActionDisconnect)