Uses of Class
cloud.genesys.webmessaging.sdk.model.ContentActions
Packages that use ContentActions
-
Uses of ContentActions in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ContentActionsModifier and TypeMethodDescriptionButtonComponent.getActions()ContentGeneric.getActions()ContentList.getActions()ListItemComponent.getActions()WebMessagingGeneric.getActions()Text to be returned as the payload from a ButtonResponse when a button is clicked.A URL of a web page to direct the user to.The target window in which to open the URL.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ContentActionsModifier and TypeMethodDescriptionButtonComponent.actions(ContentActions actions) The button actions (Deprecated).ContentGeneric.actions(ContentActions actions) Actions to be taken (Deprecated).ContentList.actions(ContentActions actions) The list actions (Deprecated).ListItemComponent.actions(ContentActions actions) The list item actions (Deprecated).WebMessagingGeneric.actions(ContentActions actions) Actions to be taken.voidButtonComponent.setActions(ContentActions actions) voidContentGeneric.setActions(ContentActions actions) voidContentList.setActions(ContentActions actions) voidListItemComponent.setActions(ContentActions actions) voidWebMessagingGeneric.setActions(ContentActions actions)