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