Uses of Enum Class
com.mypurecloud.sdk.v2.model.TextBotFlowTurnRequest.InputEventTypeEnum
Packages that use TextBotFlowTurnRequest.InputEventTypeEnum
-
Uses of TextBotFlowTurnRequest.InputEventTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotFlowTurnRequest.InputEventTypeEnumModifier and TypeMethodDescriptionTextBotFlowTurnRequest.InputEventTypeEnum.fromString(String key) TextBotFlowTurnRequest.getInputEventType()Returns the enum constant of this class with the specified name.TextBotFlowTurnRequest.InputEventTypeEnum.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 TextBotFlowTurnRequest.InputEventTypeEnumModifier and TypeMethodDescriptionTextBotFlowTurnRequest.inputEventType(TextBotFlowTurnRequest.InputEventTypeEnum inputEventType) Indicates the type of input event being requested.voidTextBotFlowTurnRequest.setInputEventType(TextBotFlowTurnRequest.InputEventTypeEnum inputEventType)