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

    Interface AdaptiveCardInvokeValue

    Represents the value of an adaptive card invoke request.

    interface AdaptiveCardInvokeValue {
        action: AdaptiveCardInvokeAction;
        authentication: AdaptiveCardAuthentication;
        state: string;
    }
    Index

    Properties

    The action to be performed.

    The authentication information.

    state: string

    The state of the adaptive card.