Action

interface Action

Properties

Link copied to clipboard
abstract val iconUrl: URI?

The URL of the image of the icon on a 'reply' action button.

Link copied to clipboard
abstract val payload: String?

The payload of 'postback' or 'reply' action button.

Link copied to clipboard
abstract val text: String?

The text on an action button.

Link copied to clipboard
abstract val type: String

The type of action.

Link copied to clipboard
abstract val uri: URI?

The URI that will be used by the clients when 'link' action button is clicked.