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

The Action that represents an action button.

Type declaration

  • OptionaliconUrl?: string

    The URL of the icon to be displayed for the action

  • Optionalpayload?: string

    The payload for the action

  • Optionaltext?: string

    The text to be displayed for the action

  • type: ActionType

    The type of the action such as link, postback, reply, locationRequest

  • Optionaluri?: string

    The URI for the action