Avaya Infinity Omni SDK
    Preparing search index...

    The Action that represents an action button.

    type Action = {
        iconUrl?: string;
        payload?: string;
        text?: string;
        type: ActionType;
    }
    Index

    Properties

    iconUrl?: string

    The URL of the icon to be displayed for the action

    payload?: string

    The payload for the action

    text?: string

    The text to be displayed for the action

    The type of the action.