• Build an action card and post it through speaker — the one-line convenience over buildActionCard. speaker.toChat accepts the assembled HTML directly (it distinguishes raw HTML from a template path), so no extra rendering happens.

    Parameters

    • speaker: CardSpeaker

      The speaker that announces the card.

    • spec: ActionCardSpec

      The card body and its buttons.

    Returns Promise<unknown>

    The posted message (whatever toChat resolves to).