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

    Represents the response of a messaging extension action.

    interface MessagingExtensionActionResponse {
        cacheInfo?: unknown;
        composeExtension?: MessagingExtensionResult;
        task?: TaskModuleContinueResponse | TaskModuleMessageResponse;
    }
    Index

    Properties

    cacheInfo?: unknown

    Cache information for the response.

    composeExtension?: MessagingExtensionResult

    The result of the compose extension.

    The task module response.