Embedded analytics SDK API
    Preparing search index...

    Type Alias MetabotUserTextMessage

    type MetabotUserTextMessage = {
        id: string;
        message: string;
        role: "user";
        type: "text";
    }
    Index

    Properties

    Properties

    id: string
    message: string
    role: "user"
    type: "text"