Uses of Class
cloud.genesys.webmessaging.sdk.model.ContentActions
-
Packages that use ContentActions Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ContentActions in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ContentActions Modifier and Type Method Description ContentActionsButtonComponent. getActions()ContentActionsContentGeneric. getActions()ContentActionsContentList. getActions()ContentActionsListItemComponent. getActions()ContentActionsWebMessagingGeneric. getActions()ContentActionsContentActions. textback(String textback)Text to be returned as the payload from a ButtonResponse when a button is clicked.ContentActionsContentActions. url(String url)A URL of a web page to direct the user to.ContentActionsContentActions. urlTarget(String urlTarget)The target window in which to open the URL.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ContentActions Modifier and Type Method Description ButtonComponentButtonComponent. actions(ContentActions actions)The button actions (Deprecated).ContentGenericContentGeneric. actions(ContentActions actions)Actions to be taken (Deprecated).ContentListContentList. actions(ContentActions actions)The list actions (Deprecated).ListItemComponentListItemComponent. actions(ContentActions actions)The list item actions (Deprecated).WebMessagingGenericWebMessagingGeneric. 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)
-