Uses of Class
cloud.genesys.webmessaging.sdk.model.ContentCardAction
Packages that use ContentCardAction
-
Uses of ContentCardAction in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.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 cloud.genesys.webmessaging.sdk.model that return types with arguments of type ContentCardActionMethods in cloud.genesys.webmessaging.sdk.model with parameters of type ContentCardActionModifier and TypeMethodDescriptionContentCard.defaultAction(ContentCardAction defaultAction) The default button action.voidContentCard.setDefaultAction(ContentCardAction defaultAction) Method parameters in cloud.genesys.webmessaging.sdk.model with type arguments of type ContentCardActionModifier and TypeMethodDescriptionContentCard.actions(List<ContentCardAction> actions) An array of action objects.voidContentCard.setActions(List<ContentCardAction> actions)