Uses of Class
com.mypurecloud.sdk.v2.model.ContentCardAction
Packages that use ContentCardAction
-
Uses of ContentCardAction in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContentCardActionModifier and TypeMethodDescriptionContentCard.getDefaultAction()Text to be returned as the payload from a ButtonResponse when a button is clicked.The response text from the button click.ContentCardAction.type(ContentCardAction.TypeEnum type) Describes the type of action.A URL of a web page to direct the user to.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ContentCardActionMethods in com.mypurecloud.sdk.v2.model with parameters of type ContentCardActionModifier and TypeMethodDescriptionContentCard.defaultAction(ContentCardAction defaultAction) The default button action.voidContentCard.setDefaultAction(ContentCardAction defaultAction) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ContentCardActionModifier and TypeMethodDescriptionContentCard.actions(List<ContentCardAction> actions) An array of action objects.voidContentCard.setActions(List<ContentCardAction> actions)