zendesk-messaging-client
    Preparing search index...

    Type Alias Link

    A link action will open the provided URI when tapped.

    type Link = {
        default?: boolean;
        extraChannelOptions?: ExtraChannelOptions;
        metadata?: Metadata;
        text: string;
        type: string;
        uri: string;
    }
    Index

    Properties

    default?: boolean

    Boolean value indicating whether the action is the default action for a message item in Facebook Messenger.

    extraChannelOptions?: ExtraChannelOptions
    metadata?: Metadata
    text: string

    The button text.

    type: string

    The type of action.

    uri: string

    The action URI. This is the link that will be used in the clients when clicking the button.