Uses of Enum Class
com.mypurecloud.sdk.v2.model.BotChannel.InputModesEnum
Packages that use BotChannel.InputModesEnum
-
Uses of BotChannel.InputModesEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotChannel.InputModesEnumModifier and TypeMethodDescriptionstatic BotChannel.InputModesEnumBotChannel.InputModesEnum.fromString(String key) static BotChannel.InputModesEnumReturns the enum constant of this class with the specified name.static BotChannel.InputModesEnum[]BotChannel.InputModesEnum.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.InputModesEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BotChannel.InputModesEnumModifier and TypeMethodDescriptionBotChannel.inputModes(List<BotChannel.InputModesEnum> inputModes) The input modes for the channel.voidBotChannel.setInputModes(List<BotChannel.InputModesEnum> inputModes)