Uses of Class
com.mypurecloud.sdk.v2.model.ConversationContentCardAction
Packages that use ConversationContentCardAction
-
Uses of ConversationContentCardAction in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentCardActionModifier and TypeMethodDescriptionConversationContentCard.getDefaultAction()Text to be returned as the payload from a ButtonResponse when a button is clicked.The response text from the button click.ConversationContentCardAction.type(ConversationContentCardAction.TypeEnum type) Describes the type of action.A URL of a web page to direct the user to.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConversationContentCardActionMethods in com.mypurecloud.sdk.v2.model with parameters of type ConversationContentCardActionModifier and TypeMethodDescriptionConversationContentCard.defaultAction(ConversationContentCardAction defaultAction) The default button action.voidConversationContentCard.setDefaultAction(ConversationContentCardAction defaultAction) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationContentCardActionModifier and TypeMethodDescriptionConversationContentCard.actions(List<ConversationContentCardAction> actions) An array of action objects.voidConversationContentCard.setActions(List<ConversationContentCardAction> actions)