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

    Interface AdaptiveCardInvokeResponse

    Represents the response of an adaptive card invoke request.

    interface AdaptiveCardInvokeResponse {
        statusCode: number;
        type: string;
        value: Record<string, unknown>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    statusCode: number

    The status code of the response.

    type: string

    The type of the response.

    value: Record<string, unknown>

    The value of the response.