Interface BusEventMessageItemCustom

This describes a custom event that can be authored with the button response type of type "option". When clicked, this event will fire and provide information authored in the custom event.

interface BusEventMessageItemCustom {
    customEventType: BUTTON_ITEM_CLICKED;
    fullMessage: MessageResponse;
    messageItem: ButtonItem;
    type: MESSAGE_ITEM_CUSTOM;
}

Hierarchy (View Summary, Expand)

Properties

customEventType: BUTTON_ITEM_CLICKED

The event type that triggered the custom event.

fullMessage: MessageResponse

The full message response that contained the button item that triggered this custom event.

messageItem: ButtonItem

The button item that triggered this custom event.

The type of this event.

MMNEPVFCICPMFPCPTTAAATR