Uses of Enum Class
com.mypurecloud.sdk.v2.model.BotFlowSession.BotResultCategoryEnum
Packages that use BotFlowSession.BotResultCategoryEnum
-
Uses of BotFlowSession.BotResultCategoryEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotFlowSession.BotResultCategoryEnumModifier and TypeMethodDescriptionBotFlowSession.BotResultCategoryEnum.fromString(String key) BotFlowSession.getBotResultCategory()Returns the enum constant of this class with the specified name.static BotFlowSession.BotResultCategoryEnum[]BotFlowSession.BotResultCategoryEnum.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 BotFlowSession.BotResultCategoryEnumModifier and TypeMethodDescriptionBotFlowSession.botResultCategory(BotFlowSession.BotResultCategoryEnum botResultCategory) The category of result for the session.voidBotFlowSession.setBotResultCategory(BotFlowSession.BotResultCategoryEnum botResultCategory)