Uses of Class
cloud.genesys.webmessaging.sdk.model.Action
-
Packages that use Action Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of Action in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return Action Modifier and Type Method Description static ActionAction. fromString(String key)ActionContentQuickReply. getAction()static ActionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Action[]Action. 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 Action Modifier and Type Method Description ContentQuickReplyContentQuickReply. action(Action action)Specifies the type of action that is triggered upon clicking the quick reply.voidContentQuickReply. setAction(Action action)
-