@custouch/jssdk
    Preparing search index...

    Type Alias AibotChatContent

    聊天内容,content为默认字段,其余字段根据需要扩充

    聊天内容主体

    type AibotChatContent = {
        content: string;
        [key: string]: string;
    }

    Indexable

    • [key: string]: string
    Index

    Properties

    Properties

    content: string