Interface MessageItemPanelInfo

interface MessageItemPanelInfo {
    body?: GenericItem<Record<string, unknown>>[];
    footer?: ButtonItem<Record<string, unknown>>[];
    show_animations?: boolean;
    show_header?: boolean;
    title?: string;
}

Hierarchy (View Summary)

Properties

body?: GenericItem<Record<string, unknown>>[]

A list of message items to render in a web chat panel.

footer?: ButtonItem<Record<string, unknown>>[]

A list of button items that are rendered under the panel body.

show_animations?: boolean

Determines if the panel close and open animations should be enabled or not.

show_header?: boolean

Determines if the panel header should not be visible or not.

title?: string

The title to give the panel in web chat.

MMNEPVFCICPMFPCPTTAAATR