botas-core
    Preparing search index...

    Interface SuggestedActions

    Suggested actions (quick-reply buttons) attached to an activity.

    When present, the channel renders the actions as tappable buttons below the message. Actions are typically removed after the user selects one.

    interface SuggestedActions {
        to?: string[];
        actions: CardAction[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Additional channel-specific properties.

    Index

    Properties

    Properties

    to?: string[]

    Recipient IDs that should see the suggested actions. Empty or omitted means all participants.

    actions: CardAction[]

    The list of actions to display.