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

    Interface representing the continue response of a task module.

    interface TaskModuleContinueResponse {
        type?: MessagePreviewType;
        value?: TaskModuleTaskInfo;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The type of the message preview.

    The task module task information.