Uses of Class
cloud.genesys.webmessaging.sdk.model.ButtonResponseType
-
Packages that use ButtonResponseType Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ButtonResponseType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ButtonResponseType Modifier and Type Method Description static ButtonResponseTypeButtonResponseType. fromString(String key)ButtonResponseTypeContentButtonResponse. getType()static ButtonResponseTypeButtonResponseType. valueOf(String name)Returns the enum constant of this type with the specified name.static ButtonResponseType[]ButtonResponseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ButtonResponseType Modifier and Type Method Description voidContentButtonResponse. setType(ButtonResponseType type)ContentButtonResponseContentButtonResponse. type(ButtonResponseType type)Describes the button that resulted in the Button Response.
-