Uses of Enum Class
com.mypurecloud.sdk.v2.model.BotChannel.OutputModesEnum
Packages that use BotChannel.OutputModesEnum
-
Uses of BotChannel.OutputModesEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotChannel.OutputModesEnumModifier and TypeMethodDescriptionstatic BotChannel.OutputModesEnumBotChannel.OutputModesEnum.fromString(String key) static BotChannel.OutputModesEnumReturns the enum constant of this class with the specified name.static BotChannel.OutputModesEnum[]BotChannel.OutputModesEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BotChannel.OutputModesEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BotChannel.OutputModesEnumModifier and TypeMethodDescriptionBotChannel.outputModes(List<BotChannel.OutputModesEnum> outputModes) The output modes for the channel.voidBotChannel.setOutputModes(List<BotChannel.OutputModesEnum> outputModes)