Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.ButtonResponseType
Packages that use ButtonResponseType
-
Uses of ButtonResponseType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ButtonResponseTypeModifier and TypeMethodDescriptionstatic ButtonResponseTypeButtonResponseType.fromString(String key) ContentButtonResponse.getType()static ButtonResponseTypeReturns the enum constant of this class with the specified name.static ButtonResponseType[]ButtonResponseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ButtonResponseTypeModifier and TypeMethodDescriptionvoidContentButtonResponse.setType(ButtonResponseType type) ContentButtonResponse.type(ButtonResponseType type) Describes the button that resulted in the Button Response.