Uses of Enum Class
com.mypurecloud.sdk.v2.model.PostTextResponse.BotStateEnum
Packages that use PostTextResponse.BotStateEnum
-
Uses of PostTextResponse.BotStateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PostTextResponse.BotStateEnumModifier and TypeMethodDescriptionPostTextResponse.BotStateEnum.fromString(String key) PostTextResponse.getBotState()Returns the enum constant of this class with the specified name.static PostTextResponse.BotStateEnum[]PostTextResponse.BotStateEnum.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 PostTextResponse.BotStateEnumModifier and TypeMethodDescriptionPostTextResponse.botState(PostTextResponse.BotStateEnum botState) The state of the bot after completion of the requestvoidPostTextResponse.setBotState(PostTextResponse.BotStateEnum botState)