@cloudbase/aiagent-framework
    Preparing search index...

    Interface WxClientMessageDto

    interface WxClientMessageDto {
        msgId: string;
        msgType: string;
        openKfId?: string;
        text: { content: string };
        touser: string;
    }
    Index

    Properties

    msgId: string
    msgType: string
    openKfId?: string
    text: { content: string }
    touser: string