Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents suggested actions.

    interface SuggestedActions {
        actions: CardAction[];
        to: string[];
    }
    Index

    Properties

    Properties

    actions: CardAction[]

    Array of card actions.

    to: string[]

    Array of recipient IDs.