Uses of Class
cloud.genesys.webmessaging.sdk.model.ContentCardAction
-
Packages that use ContentCardAction Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ContentCardAction in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ContentCardAction Modifier and Type Method Description ContentCardActionContentCard. getDefaultAction()ContentCardActionContentCardAction. payload(String payload)Text to be returned as the payload from a ButtonResponse when a button is clicked.ContentCardActionContentCardAction. text(String text)The response text from the button click.ContentCardActionContentCardAction. type(ContentCardAction.TypeEnum type)Describes the type of action.ContentCardActionContentCardAction. url(String url)A URL of a web page to direct the user to.Methods in cloud.genesys.webmessaging.sdk.model that return types with arguments of type ContentCardAction Modifier and Type Method Description List<ContentCardAction>ContentCard. getActions()Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ContentCardAction Modifier and Type Method Description ContentCardContentCard. defaultAction(ContentCardAction defaultAction)The default button action.voidContentCard. setDefaultAction(ContentCardAction defaultAction)Method parameters in cloud.genesys.webmessaging.sdk.model with type arguments of type ContentCardAction Modifier and Type Method Description ContentCardContentCard. actions(List<ContentCardAction> actions)An array of action objects.voidContentCard. setActions(List<ContentCardAction> actions)
-