Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1022 Bytes

File metadata and controls

16 lines (12 loc) · 1022 Bytes

Link

A link action will open the provided URI when tapped.

Properties

Name Type Description Notes
type str The type of action. [default to 'link']
uri str The action URI. This is the link that will be used in the clients when clicking the button.
text str The button text.
default bool Boolean value indicating whether the action is the default action for a message item in Facebook Messenger. [optional]
metadata object Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. [optional]
extra_channel_options ExtraChannelOptions [optional]

[Back to Model list] [Back to API list] [Back to README]