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

    Interface representing the message response of a task module.

    interface TaskModuleMessageResponse {
        type?: MessagePreviewType;
        value?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The type of the message preview.

    value?: string

    The value of the task module message response.