Uses of Class
cloud.genesys.webmessaging.sdk.model.CardAction
-
Packages that use CardAction Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of CardAction in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return CardAction Modifier and Type Method Description CardActionContentCard. getDefaultAction()CardActionCardAction. payload(String payload)Text to be returned as the payload from a ButtonResponse when a button is clicked.CardActionCardAction. text(String text)The response text from the button click.CardActionCardAction. type(CardActionType type)Describes the type of action.CardActionCardAction. 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 CardAction Modifier and Type Method Description List<CardAction>ContentCard. getActions()Methods in cloud.genesys.webmessaging.sdk.model with parameters of type CardAction Modifier and Type Method Description ContentCardContentCard. defaultAction(CardAction defaultAction)The Default button action.voidContentCard. setDefaultAction(CardAction defaultAction)Method parameters in cloud.genesys.webmessaging.sdk.model with type arguments of type CardAction Modifier and Type Method Description ContentCardContentCard. actions(List<CardAction> actions)An array of action objects.voidContentCard. setActions(List<CardAction> actions)
-