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

    Interface representing the response of a task module.

    interface TaskModuleResponse {
        cacheInfo?: any;
        task?: TaskModuleContinueResponse | TaskModuleMessageResponse;
    }
    Index

    Properties

    Properties

    cacheInfo?: any

    The cache information.

    The task module continue or message response.