Uses of Enum Class
com.mypurecloud.sdk.v2.model.TextBotFlowTurnResponse.NextActionTypeEnum
Packages that use TextBotFlowTurnResponse.NextActionTypeEnum
-
Uses of TextBotFlowTurnResponse.NextActionTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotFlowTurnResponse.NextActionTypeEnumModifier and TypeMethodDescriptionTextBotFlowTurnResponse.NextActionTypeEnum.fromString(String key) TextBotFlowTurnResponse.getNextActionType()Returns the enum constant of this class with the specified name.TextBotFlowTurnResponse.NextActionTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type TextBotFlowTurnResponse.NextActionTypeEnumModifier and TypeMethodDescriptionTextBotFlowTurnResponse.nextActionType(TextBotFlowTurnResponse.NextActionTypeEnum nextActionType) Indicates the suggested next action.voidTextBotFlowTurnResponse.setNextActionType(TextBotFlowTurnResponse.NextActionTypeEnum nextActionType)