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