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

    Interface AdaptiveCardsOptions

    Configuration options for Adaptive Cards.

    interface AdaptiveCardsOptions {
        actionExecuteResponseType?: AdaptiveCardActionExecuteResponseType;
        actionSubmitFilter?: string;
    }
    Index

    Properties

    actionExecuteResponseType?: AdaptiveCardActionExecuteResponseType

    Specifies the response type for Action.Execute events. Determines how the response is handled after an action is executed.

    actionSubmitFilter?: string

    Specifies the filter key used for Action.Submit events. If not provided, a default filter key will be used.