Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.WebMessagingButtonResponse.TypeEnum
Packages that use WebMessagingButtonResponse.TypeEnum
-
Uses of WebMessagingButtonResponse.TypeEnum in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return WebMessagingButtonResponse.TypeEnumModifier and TypeMethodDescriptionWebMessagingButtonResponse.TypeEnum.fromString(String key) WebMessagingButtonResponse.getType()Returns the enum constant of this class with the specified name.static WebMessagingButtonResponse.TypeEnum[]WebMessagingButtonResponse.TypeEnum.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 WebMessagingButtonResponse.TypeEnumModifier and TypeMethodDescriptionvoidWebMessagingButtonResponse.setType(WebMessagingButtonResponse.TypeEnum type) WebMessagingButtonResponse.type(WebMessagingButtonResponse.TypeEnum type) Describes the button that resulted in the Button Response.