Uses of Class
com.mypurecloud.sdk.v2.model.CardAction
Packages that use CardAction
-
Uses of CardAction in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CardActionModifier and TypeMethodDescriptionCard.getDefaultAction()CardAction.isSelected(Boolean isSelected) Indicates if the card option is selected by end customer.Content of the textback payload after clicking a button.The response text from the button click.CardAction.type(CardAction.TypeEnum type) Describes the type of action.The location of the image file associated with action.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CardActionMethods in com.mypurecloud.sdk.v2.model with parameters of type CardActionModifier and TypeMethodDescriptionCard.defaultAction(CardAction defaultAction) The default action to be taken.voidCard.setDefaultAction(CardAction defaultAction) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type CardActionModifier and TypeMethodDescriptionCard.actions(List<CardAction> actions) List of possible action objects.voidCard.setActions(List<CardAction> actions)