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

    Interface AdaptiveCardInvokeAction

    Represents an adaptive card invoke action.

    interface AdaptiveCardInvokeAction {
        data: Record<string, any>;
        id?: string;
        type: string;
        verb: string;
    }
    Index

    Properties

    Properties

    data: Record<string, any>

    Additional data associated with the action.

    id?: string

    The unique identifier of the action.

    type: string

    The type of the action.

    verb: string

    The verb associated with the action.