Uses of Class
cloud.genesys.webmessaging.sdk.model.WebMessagingButtonResponse.TypeEnum
-
Packages that use WebMessagingButtonResponse.TypeEnum Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of WebMessagingButtonResponse.TypeEnum in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return WebMessagingButtonResponse.TypeEnum Modifier and Type Method Description static WebMessagingButtonResponse.TypeEnumWebMessagingButtonResponse.TypeEnum. fromString(String key)WebMessagingButtonResponse.TypeEnumWebMessagingButtonResponse. getType()static WebMessagingButtonResponse.TypeEnumWebMessagingButtonResponse.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static WebMessagingButtonResponse.TypeEnum[]WebMessagingButtonResponse.TypeEnum. 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 WebMessagingButtonResponse.TypeEnum Modifier and Type Method Description voidWebMessagingButtonResponse. setType(WebMessagingButtonResponse.TypeEnum type)WebMessagingButtonResponseWebMessagingButtonResponse. type(WebMessagingButtonResponse.TypeEnum type)Describes the button that resulted in the Button Response.
-