Uses of Class
com.mypurecloud.sdk.v2.model.TextBotFlowLocation
Packages that use TextBotFlowLocation
-
Uses of TextBotFlowLocation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotFlowLocationModifier and TypeMethodDescriptionTextBotFlowLocation.actionName(String actionName) The name of the action that was active when the event of interest happened.TextBotFlowLocation.actionNumber(Integer actionNumber) The number of the action that was active when the event of interest happened.TextBotDisconnectAction.getFlowLocation()TextBotExitAction.getFlowLocation()TextBotFlowLocation.sequenceName(String sequenceName) The name of the state or task which was active when the event of interest happened.Methods in com.mypurecloud.sdk.v2.model with parameters of type TextBotFlowLocationModifier and TypeMethodDescriptionTextBotDisconnectAction.flowLocation(TextBotFlowLocation flowLocation) Describes where in the Bot Flow the user was when the disconnect occurred.TextBotExitAction.flowLocation(TextBotFlowLocation flowLocation) Describes where in the Bot Flow the user was when the exit occurred.voidTextBotDisconnectAction.setFlowLocation(TextBotFlowLocation flowLocation) voidTextBotExitAction.setFlowLocation(TextBotFlowLocation flowLocation)