Interface WithBodyAndFooter

interface WithBodyAndFooter {
    body?: GenericItem<Record<string, unknown>>[];
    footer?: ButtonItem<Record<string, unknown>>[];
}

Hierarchy (View Summary)

Properties

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.

MMNEPVFCICPMFPCPTTAAATR